Revert "[build] clear dpkg cache and update sources (#3737)" (#3749)

This reverts commit 9871e043ec.
This commit is contained in:
Ying Xie 2019-11-14 07:46:36 -08:00 committed by GitHub
parent 9871e043ec
commit 45f5270399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -256,6 +256,3 @@ RUN add-apt-repository \
RUN apt-get update RUN apt-get update
RUN apt-get install -y docker-ce=17.03.2~ce-0~debian-stretch RUN apt-get install -y docker-ce=17.03.2~ce-0~debian-stretch
RUN echo "DOCKER_OPTS=\"--experimental\"" >> /etc/default/docker RUN echo "DOCKER_OPTS=\"--experimental\"" >> /etc/default/docker
# Cleanup build environment. Please leave this line at the end and add new changes above
RUN dpkg --clear-avail; apt-get update

View File

@ -309,6 +309,3 @@ RUN add-apt-repository \
RUN apt-get update RUN apt-get update
RUN apt-get install -y docker-ce=17.03.2~ce-0~debian-jessie RUN apt-get install -y docker-ce=17.03.2~ce-0~debian-jessie
RUN echo "DOCKER_OPTS=\"--experimental --storage-driver=vfs\"" >> /etc/default/docker RUN echo "DOCKER_OPTS=\"--experimental --storage-driver=vfs\"" >> /etc/default/docker
# Cleanup build environment. Please leave this line at the end and add new changes above
RUN dpkg --clear-avail; apt-get update