no-install-recommends to shrink size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
beb3a0ebf8
commit
14eddae849
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y samba smbclient \
|
||||
&& apt-get install -y --no-install-recommends samba smbclient \
|
||||
&& apt-get clean
|
||||
|
||||
ENV SMBUSER=share
|
||||
|
|
Loading…
Reference in a new issue