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:
@@ -27,10 +27,10 @@ RUN \
|
|||||||
apt-get update \
|
apt-get update \
|
||||||
\
|
\
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
libmariadb-dev-compat=1:10.3.27-0+deb10u1 \
|
libmariadb-dev-compat \
|
||||||
libpq5=11.9-0+deb10u1 \
|
libpq5 \
|
||||||
nginx=1.14.2-2+deb10u3 \
|
nginx \
|
||||||
sqlite3=3.27.2-3+deb10u1 \
|
sqlite3 \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -f -r \
|
&& rm -f -r \
|
||||||
/etc/nginx \
|
/etc/nginx \
|
||||||
|
|||||||
Reference in New Issue
Block a user