Skip to content

Instantly share code, notes, and snippets.

@kierandrewett
Created November 14, 2020 12:51
Show Gist options
  • Save kierandrewett/5d9a321b9a59a3611009e9e454529829 to your computer and use it in GitHub Desktop.
Save kierandrewett/5d9a321b9a59a3611009e9e454529829 to your computer and use it in GitHub Desktop.
cat > /etc/apk/repositories << EOF; $(echo)
http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/main
http://dl-cdn.alpinelinux.org/alpine/v$(cat /etc/alpine-release | cut -d'.' -f1,2)/community
EOF
apk update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment