summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-11-23 12:14:23 +1100
committerEdward Thomson <ethomson@edwardthomson.com>2019-11-24 16:49:35 +1100
commit7a3d04dc62ab582c569eb63106d54d03b308f39e (patch)
treebd03d1a7ebb75b423337fc17c6c313cba9c4fbc2
parentf592c737bf412bfcd6ac555189bf0d18fe2d025b (diff)
downloadlibgit2-7a3d04dc62ab582c569eb63106d54d03b308f39e.tar.gz
ci: don't delete the apt cache
Deleting the apt cache can be helpful for reducing the size of a container, but since we don't push it anywhere, it only hinders our ability to debug problems while working on the container. Keep it.
-rw-r--r--azure-pipelines/docker/xenial4
1 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines/docker/xenial b/azure-pipelines/docker/xenial
index 74be1acf7..108f5dee9 100644
--- a/azure-pipelines/docker/xenial
+++ b/azure-pipelines/docker/xenial
@@ -21,9 +21,7 @@ RUN echo 'deb http://ppa.launchpad.net/hola-launchpad/valgrind/ubuntu xenial mai
openssl \
pkgconf \
python \
- valgrind \
- && \
- rm -rf /var/lib/apt/lists/*
+ valgrind
RUN mkdir /var/run/sshd
RUN cd /tmp && \