-
-
Save theJaxon/4bd3a8eb678a7e18c0f005e021eec993 to your computer and use it in GitHub Desktop.
alpine docker add package from edge [testing/community]
This file contains hidden or 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
apk add --no-cache | |
-X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ | |
-X http://dl-cdn.alpinelinux.org/alpine/edge/community \ | |
# Package buildah is from testing | |
buildah \ | |
# Package docker-cli is from community | |
docker-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment