Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davido committed Nov 9, 2018
1 parent 25f3d85 commit 42d9584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The current installation method for these packages is to pull them in using `wge

apk --no-cache add ca-certificates wget
wget -q -O /etc/apk/keys/[email protected] https://raw.githubusercontent.com/davido/bazel-alpine-package/master/[email protected]
wget https://github.com/davido/bazel-alpine-package/releases/download/0.19.0/bazel-0.15.2-r0.apk
wget https://github.com/davido/bazel-alpine-package/releases/download/0.19.0/bazel-0.19.0-r0.apk
apk add bazel-0.19.0-r0.apk

## Usage inside a Dockerfile

ADD https://raw.githubusercontent.com/davido/bazel-alpine-package/master/[email protected] \
/etc/apk/keys/[email protected]
ADD https://github.com/davido/bazel-alpine-package/releases/download/0.19.0/bazel-0.15.2-r0.apk \
ADD https://github.com/davido/bazel-alpine-package/releases/download/0.19.0/bazel-0.19.0-r0.apk \
/tmp/bazel-0.19.0-r0.apk
RUN apk add /tmp/bazel-0.19.0-r0.apk

0 comments on commit 42d9584

Please sign in to comment.