--no-install-recommends

This commit is contained in:
2019-09-24 09:09:04 -04:00
parent de1b5d7898
commit ad87d478a0
+1 -1
View File
@@ -5,7 +5,7 @@ ENV TERM xterm
# -- Install CI deps.
RUN set -ex && \
apt-get update -qq && \
apt-get install expect npm docker.io -y -qq >/dev/null && \
apt-get install expect npm docker.io --no-install-recommends -y -qq >/dev/null && \
apt-get clean -y -qq && \
apt-get autoclean -y -qq && \
curl -fLSs https://circle.ci/cli --retry 3 | bash && \