Update Dockerfile

This commit is contained in:
uazo 2021-07-12 19:06:30 +02:00 committed by GitHub
parent 379ea54578
commit 950376b67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,5 +58,5 @@ RUN apt-get update \
pigz \
&& rm -rf /var/lib/apt/list/*
ENTRYPOINT ["/sbin/init" "--log-level=err"]
ENTRYPOINT ["/sbin/init", "--log-level=err"]
CMD ["/bin/bash"]