Skip to content

Commit

Permalink
Dockerfile: install Bazel from Alpine archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Jul 9, 2021
1 parent f1985a5 commit f694f84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ RUN apk --no-cache add \
python3

# Install Bazel
RUN apk --allow-untrusted --no-cache add \
bazel \
RUN apk --no-cache add \
-Xhttps://dl-cdn.alpinelinux.org/alpine/edge/testing \
-Xhttps://github.com/jesec/bazel-alpine/raw/repo
bazel

# Checkout rTorrent sources from current directory
COPY . ./
Expand Down

0 comments on commit f694f84

Please sign in to comment.