[slave]: remove apt-get clean (#693)

This commit is contained in:
Qi Luo 2017-06-11 11:46:17 -07:00 committed by lguohan
parent d094ceecc2
commit c7908e1d42

View File

@ -11,7 +11,7 @@ RUN echo "deb http://debian-archive.trafficmanager.net/debian/ jessie main contr
## Make apt-get non-interactive
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get clean && apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y \
apt-utils \
default-jre-headless \
openssh-server \