Fix syntax error in Dockerfile

This commit is contained in:
Christopher Grebs 2016-02-04 21:21:28 +01:00
Родитель 76f1143fc1
Коммит 4bdd97a3cd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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.