Skip to content

Commit

Permalink
[slave]: remove apt-get clean (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored and lguohan committed Jun 11, 2017
1 parent d094cee commit c7908e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c7908e1

Please sign in to comment.