Removes duplicate command
This commit is contained in:
parent
bcfc8beea9
commit
ffccf52d46
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue