Removes duplicate command
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user