Update Dockerfile

This commit is contained in:
Alexandre
2021-12-10 07:47:10 +01:00
committed by GitHub
parent 1d931c8c30
commit 7d2e903cbf

View File

@@ -28,7 +28,7 @@ RUN \
COPY root/ /
ENV PACKAGES="curl jq wget gcompat@community"
ENV PACKAGES="curl jq wget"
RUN $(ls /bin/bash &>/dev/null) || (apt-get install -y --no-install-recommends bash || apk add --no-cache bash) && \
$(curl --help &>/dev/null) || (apt-get install -y --no-install-recommends curl || apk add --no-cache curl) && \