зеркало из https://github.com/mozilla/bugbug.git
Remove apt lists after installing Python 2
This commit is contained in:
Родитель
ad67d76992
Коммит
afac5cbdb6
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче