dart icon indicating copy to clipboard operation
dart copied to clipboard

Docker - Alpine Linux must be down graded

Open stormworm29 opened this issue 5 years ago • 5 comments

For more information about this specific issue kindly check https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel

The latest corresponds to 3.12.0 version of Alpine which does not support all the python libraries.

Downgrading the version to 3.11.0 worked for me.

Have raised a pull request to fix the issue https://github.com/lmco/dart/pull/15

Kudos to the Team, amazing software :)

stormworm29 avatar Mar 04 '21 04:03 stormworm29

Agreed - Dockerfile should be pinned to Alpine 3.11

cdstelly avatar May 02 '22 16:05 cdstelly

Does using a higher version of Alpine still break this? I know the current Dockerfile I've attached works, but can it be a different version at this point?

FROM alpine:3.11
LABEL maintainer Lockheed Martin Red Team

Montana avatar Nov 07 '22 23:11 Montana