Draft: [CUPS] fix broken password (#221)

* Draft: [CUPS] fix broken password

* Update Dockerfile
This commit is contained in:
Max Winterstein
2023-11-20 14:32:16 +01:00
committed by GitHub
parent d409f79331
commit 6a1e93532b
3 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ RUN apt-get update \
samba \
bash-completion \
procps \
whois \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*