Skip to content

Commit

Permalink
Quiet apt-get install (dpkg)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jun 2, 2020
1 parent 0b9ba0f commit d0c26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buster.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY test ./test
RUN \
chmod +x /usr/bin/tini && \
apt-get -qq update --fix-missing && \
apt-get -qq install -y --no-install-recommends git && \
apt-get -qq install -y --no-install-recommends git > /dev/null && \
pip install ${IFLAGS} "." && \
apt-get -qq clean && \
apt-get -qq autoremove -y --purge && \
Expand Down

0 comments on commit d0c26d6

Please sign in to comment.