Maybe this will clean up a little more

This commit is contained in:
Jean-Paul Calderone 2019-04-06 10:00:02 -04:00
parent 4a33d5b10e
commit a36e70e133

View File

@ -51,4 +51,5 @@ RUN apt-get --quiet update && \
apt-get --yes install lsb-release gnupg2 && \
${BUILD_SRC_ROOT}/integration/install-tor.sh && \
apt-get --yes remove lsb-release gnupg2 && \
apt-get --yes autoremove && \
rm -rf /var/lib/apt/lists/*