Correct ssl

This commit is contained in:
Alexandre
2022-12-28 21:56:09 +01:00
parent e2d14196e0
commit 4de9a54ae6
4 changed files with 10 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& chmod -R 755 /etc/cont-init.d
# Manual apps
ENV PACKAGES="redis-server yamllint pip libxml2-dev libxslt-dev python-dev libjpeg-dev zlib1g-dev python3-dev build-essential"
ENV PACKAGES="redis-server yamllint pip libxml2-dev libxslt-dev python-dev libjpeg-dev zlib1g-dev python3-dev build-essential nginx"
# Automatic apps & bashio
# hadolint ignore=SC2015