mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-08 12:54:54 +01:00
Update Dockerfile
This commit is contained in:
@@ -28,7 +28,7 @@ RUN \
|
|||||||
|
|
||||||
COPY root/ /
|
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) && \
|
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) && \
|
$(curl --help &>/dev/null) || (apt-get install -y --no-install-recommends curl || apk add --no-cache curl) && \
|
||||||
|
|||||||
Reference in New Issue
Block a user