Skip to content

Instantly share code, notes, and snippets.

@Adophilus
Created August 13, 2023 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adophilus/4c74f7dedba60c6dc82670f1c719f87e to your computer and use it in GitHub Desktop.
Save Adophilus/4c74f7dedba60c6dc82670f1c719f87e to your computer and use it in GitHub Desktop.
Enabling installation of packages from the edge/testing repo in Alpine Linux

Add the following line of code to /etc/apk/repositories to enable the @testing tag to install packages from the edge/testing repo

@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment