Fix syntax error in Dockerfile
This commit is contained in:
Родитель
76f1143fc1
Коммит
4bdd97a3cd
|
@ -57,7 +57,7 @@ RUN cd /pip && \
|
|||
--find-links https://pyrepo.stage.mozaws.net/olympia/ \
|
||||
--no-index --no-deps \
|
||||
-r requirements/docker.txt && \
|
||||
pip install -e /code &&
|
||||
pip install -e /code && \
|
||||
rm -r build cache
|
||||
|
||||
# Install the node_modules.
|
||||
|
|
Загрузка…
Ссылка в новой задаче