mirror of
https://github.com/linuxserver/docker-budge.git
synced 2026-02-04 20:28:18 +08:00
more build deps
This commit is contained in:
parent
9f5cb39895
commit
23c8568561
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user