Remove apt lists after installing Python 2

This commit is contained in:
Marco Castelluccio 2019-06-27 01:24:59 +02:00
Родитель ad67d76992
Коммит afac5cbdb6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
FROM mozilla/bugbug-base:latest
# Mercurial need Python2 :(
RUN apt-get update && apt-get install -y python-pip
RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
RUN python2 -m pip install mercurial==4.8