Update Dockerfile

This commit is contained in:
Alexandre
2021-02-07 11:46:04 +01:00
committed by GitHub
parent fb1cec0df7
commit c95e599d0a

View File

@@ -23,7 +23,6 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -fr \
/tmp/* \
/var/lib/apt/lists/* \
\
# Allow UID and GID setting
&& sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \