mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 22:01:48 +02:00
Update Dockerfile
This commit is contained in:
@@ -34,10 +34,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
|
|||||||
ARG CONFIGLOCATION="/config/addons_config/immich"
|
ARG CONFIGLOCATION="/config/addons_config/immich"
|
||||||
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
|
||||||
|
|
||||||
RUN echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
|
|
||||||
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - && \
|
|
||||||
apt update
|
|
||||||
|
|
||||||
# Install REDIS
|
# Install REDIS
|
||||||
#ENV DOCKER_MODS="imagegenius/mods:universal-redis"
|
#ENV DOCKER_MODS="imagegenius/mods:universal-redis"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user