Update Dockerfile

This commit is contained in:
Alexandre
2021-10-17 09:50:22 +02:00
committed by GitHub
parent 29b63f5669
commit 06d9f2111d

View File

@@ -13,13 +13,14 @@ RUN \
| tar -xzf - --strip 1 -C /tmp/bashio \ | tar -xzf - --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio && rm -rf /tmp/bashio \
############### ###############
# Adapt image # # Adapt image #
############### ###############
# Correct data path # Correct data path
&& ln -s /data /home/wger/src
VOLUME [ "/data" ] VOLUME [ "/data" ]
### LABELS ### LABELS
ARG BUILD_ARCH ARG BUILD_ARCH