Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp committed Jul 6, 2021
1 parent 7d28c7a commit 3118c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.bases
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ RUN set -ux \
&& git remote add origin https://github.com/google/mediapipe \
&& git fetch --depth 1 origin $MEDIAPIPE_COMMIT \
&& git checkout FETCH_HEAD
RUN set -ux \
# Work around https://github.com/bazelbuild/rules_cc/issues/107
&& sed -i 's%strip_prefix = "rules_cc-master",%strip_prefix = "rules_cc-main",%' WORKSPACE \
&& sed -i 's%rules_cc/archive/master.zip%rules_cc/archive/main.zip%' WORKSPACE
FROM scratch AS mediapipe-src
COPY --from=mediapipe-src-builder /w /

Expand Down

0 comments on commit 3118c72

Please sign in to comment.