Skip to content
Snippets Groups Projects
Commit 87eac89f authored by Marie's avatar Marie 🚅
Browse files

fix(docker): Alpine build failing due to missing dev packages (pkgconf and etc)

parent 9731a614
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ RUN apk add git linux-headers build-base
ENV PYTHONUNBUFFERED=1
ENV COREPACK_DEFAULT_TO_LATEST=0
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
RUN apk add py3-pip py3-setuptools
RUN apk add py3-pip py3-setuptools alpine-sdk
RUN corepack enable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment