Update Dockerfile

This commit is contained in:
Alexandre
2023-09-20 21:28:41 +02:00
committed by GitHub
parent 7c1d14df4a
commit 7ce2cf4c42

View File

@@ -34,8 +34,14 @@ RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_ls
USER root
# Install PostgreSQL
ENV DEBIAN_FRONTEND=noninteractive
# Install REDIS
ENV DOCKER_MODS="imagegenius/mods:universal-redis"
RUN \
echo "Installing REDIS" \
&& chmod 777 -R /docker-mods \
&& /./docker-mods/* || ls / \
&& if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi
ENV DOCKER_MODS=""
##################
# 3 Install apps #