Removes duplicate command

This commit is contained in:
Aaron Louie
2020-06-16 14:07:39 -04:00
parent bcfc8beea9
commit ffccf52d46
-3
View File
@@ -3,9 +3,6 @@ FROM python:3.7-slim
WORKDIR /app
COPY Pipfile Pipfile.lock /app/
RUN set -xe \
&& pipenv install --dev \
RUN set -xe \
&& pip install pipenv \
&& apt-get update -q \