Skip to content

Commit

Permalink
[dockerbase]: remove apt-get clean (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Jun 8, 2017
1 parent 3903b45 commit bc5bca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-base/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV DEBIAN_FRONTEND=noninteractive
## Configure data sources for apt/dpkg
COPY ["sources.list", "/etc/apt/sources.list"]
COPY ["dpkg_01_drop", "/etc/dpkg/dpkg.cfg.d/01_drop"]
RUN mkdir -p /var/cache/apt/archives && apt-get clean && apt-get update
RUN apt-get update

## Pre-install fundamental packages
RUN apt-get -y install \
Expand Down

0 comments on commit bc5bca6

Please sign in to comment.