Disable the cache when installing bugbug

This commit is contained in:
Marco Castelluccio 2019-07-16 20:45:56 +02:00
Родитель e858728229
Коммит 830d88b1eb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,4 +10,4 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
COPY . /tmp/bugbug
RUN pip install /tmp/bugbug
RUN pip install --disable-pip-version-check --no-cache-dir /tmp/bugbug