Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383152 )

Change subject: docker: trim /var/lib/apt/lists/
......................................................................

docker: trim /var/lib/apt/lists/

Change-Id: I370607858d008e57a2107dcf8de086244933a52b
---
M Dockerfile
1 file changed, 5 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/quibble 
refs/changes/52/383152/1

diff --git a/Dockerfile b/Dockerfile
index 083d86a..0bce2f5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,8 @@
 
 RUN apt-get update \
     && apt-get install -y -t jessie python-pbr \
-    && apt-get install -y zuul
+    && apt-get install -y zuul \
+    && rm -rf /var/lib/apt/lists/*
 
 # CI utilities
 RUN git clone --depth=1 
"https://gerrit.wikimedia.org/r/p/integration/composer"; 
"/srv/deployment/integration/composer" && \
@@ -20,14 +21,12 @@
     php5-gd \
     php5-curl \
     djvulibre-bin \
-    nodejs-legacy
+    nodejs-legacy \
+    && rm -rf /var/lib/apt/lists/*
 # Quibble dependencies
 RUN apt-get install -y \
-    python3-pip \
-    python3-paramiko \
     python3 \
-    python3-dev \
-    python-tox
+    && rm -rf /var/lib/apt/lists/*
 
 COPY . /opt/quibble
 

-- 
To view, visit https://gerrit.wikimedia.org/r/383152
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I370607858d008e57a2107dcf8de086244933a52b
Gerrit-PatchSet: 1
Gerrit-Project: integration/quibble
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to