mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-23 15:56:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -34,8 +34,14 @@ RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_ls
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# Install PostgreSQL
|
# Install REDIS
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
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 #
|
# 3 Install apps #
|
||||||
|
|||||||
Reference in New Issue
Block a user