-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# bazel-alpine-package | ||
|
||
This is the Bazel 0.9.0 as a Alpine Linux package. | ||
This is the Bazel 0.10.0 as a Alpine Linux package. | ||
|
||
## Installing | ||
|
||
The current installation method for these packages is to pull them in using `wget` or `curl` and install the local file with `apk`: | ||
|
||
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.9.0/bazel-0.9.0-r0.apk | ||
apk add bazel-0.9.0-r0.apk | ||
wget https://github.com/davido/bazel-alpine-package/releases/download/0.10.0/bazel-0.10.0-r0.apk | ||
apk add bazel-0.10.0-r0.apk |