Forgot a backslash

This commit is contained in:
Aaron Louie 2020-05-24 21:00:46 -04:00
parent 0bb53c876f
commit b25b2ebf07

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY Pipfile Pipfile.lock /app/
RUN set -xe \
&& pip install pipenv
&& pip install pipenv \
&& apt-get update -q \
&& apt-get install -y -q \
gcc python3-dev libssl-dev \