more build deps

This commit is contained in:
Alex Phillips 2022-02-05 15:27:03 -05:00
parent 9f5cb39895
commit 23c8568561
3 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,9 @@ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
curl \
gcc \
make \
musl-dev \
python3 && \
echo "**** install runtime packages ****" && \
apk add --no-cache \

View File

@ -10,8 +10,10 @@ LABEL maintainer="alex-phillips"
RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
curl \
curl \
gcc \
make \
musl-dev \
python3 && \
echo "**** install runtime packages ****" && \
apk add --no-cache \

View File

@ -11,7 +11,9 @@ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
curl \
gcc \
make \
musl-dev \
python3 && \
echo "**** install runtime packages ****" && \
apk add --no-cache \