mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update Dockerfile
This commit is contained in:
@@ -38,8 +38,8 @@ RUN \
|
|||||||
&& sed -i 's|/config|/config/addons_config/guacamole|g' /etc/services.d/*/run \
|
&& sed -i 's|/config|/config/addons_config/guacamole|g' /etc/services.d/*/run \
|
||||||
\
|
\
|
||||||
# Enable extensions
|
# Enable extensions
|
||||||
&& sed -i 's|#!/usr/bin/with-contenv sh|#!/usr/bin/with-contenv bashio|g' /etc/cont-init.d/50-extensions \
|
&& sed -i 's|#!/usr/bin/with-contenv sh|#!/usr/bin/with-contenv bashio|g' /etc/cont-init.d/50-extensions.sh \
|
||||||
&& sed -i 's|$EXTENSIONS|$(bashio::config "EXTENSIONS")|g' /etc/cont-init.d/50-extensions \
|
&& sed -i 's|$EXTENSIONS|$(bashio::config "EXTENSIONS")|g' /etc/cont-init.d/50-extensions.sh \
|
||||||
\
|
\
|
||||||
# Correct transfer
|
# Correct transfer
|
||||||
&& sed -i 's|cp -rn /app/guacamole|cp -rn /app/guacamole/*|g' /etc/cont-init.d/* \
|
&& sed -i 's|cp -rn /app/guacamole|cp -rn /app/guacamole/*|g' /etc/cont-init.d/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user