Skip to content

Instantly share code, notes, and snippets.

@theJaxon
Forked from matti/add.sh
Last active November 23, 2020 12:35
Show Gist options
  • Save theJaxon/4bd3a8eb678a7e18c0f005e021eec993 to your computer and use it in GitHub Desktop.
Save theJaxon/4bd3a8eb678a7e18c0f005e021eec993 to your computer and use it in GitHub Desktop.
alpine docker add package from edge [testing/community]
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