зеркало из https://github.com/mozilla/bugbug.git
Disable the cache when installing bugbug
This commit is contained in:
Родитель
e858728229
Коммит
830d88b1eb
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче