no-install-recommends to shrink size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Andrew Davidson 2023-03-09 22:29:21 -08:00
parent beb3a0ebf8
commit 14eddae849
Signed by: amd
GPG key ID: F1199FC0A76BB402

View file

@ -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