mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 18:18:45 +00:00
Dockefile: pass --no-install-recommends to apt install
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
committed by
Sjoerd Simons
parent
3c3cddb480
commit
59f2ffd7b1
@@ -47,7 +47,8 @@ RUN apt-get update && \
|
||||
# provide 1.0.100.
|
||||
RUN printf "deb http://httpredir.debian.org/debian stretch-backports main \ndeb-src http://httpredir.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list && \
|
||||
apt-get update && \
|
||||
apt-get -t stretch-backports install -y debootstrap && \
|
||||
apt-get -t stretch-backports install -y --no-install-recommends \
|
||||
debootstrap && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /go/src/github.com/go-debos/debos/debos /usr/bin/debos
|
||||
|
||||
Reference in New Issue
Block a user