fix: remove unnecessary command

This commit is contained in:
th33xitus 2022-02-14 18:02:00 +01:00 committed by GitHub
parent f375895ebc
commit 3831b3fce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
### clean up
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -f libsim_1.1.0_amd64.deb \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
### add user "printer"
&& groupadd --force -g 1000 printer \