Skip to content

Instantly share code, notes, and snippets.

@michaelfung
Created October 29, 2020 04:07
Show Gist options
  • Save michaelfung/61e39460a86a1ed1268e376823c8b570 to your computer and use it in GitHub Desktop.
Save michaelfung/61e39460a86a1ed1268e376823c8b570 to your computer and use it in GitHub Desktop.
Build a non-thread Perl package for Alpine Linux

Requirement

Use a docker alpine image for quicker setup.

For example using alpine 3.12:

docker create --name abuilder alpine:312 /bin/sh

Then, whenever we nned to build, enter its shell by:

docker start -i abuilder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment