mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -69,7 +69,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
|
||||
RUN set -x && \
|
||||
apt-get update && apt-get install -y dos2unix && \
|
||||
chmod -R +x /etc/cont-init.d/* && \
|
||||
dos2unix /etc/cont-init.d/*
|
||||
dos2unix /etc/cont-init.d/* && \
|
||||
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' /etc/cont-init.d/*
|
||||
|
||||
#RUN chmod 777 /entrypoint.sh
|
||||
ENTRYPOINT [ "/init" ]
|
||||
|
||||
Reference in New Issue
Block a user