Skip to content

Commit

Permalink
Merge fda493b into b1d7410
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladyn committed Feb 2, 2019
2 parents b1d7410 + fda493b commit a042169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USER conpot
WORKDIR /opt/conpot
RUN pip3 install --user --no-cache-dir -U pip setuptools
RUN pip3 install --user --no-cache-dir coverage
RUN pip3 install --user --no-cache-dir -r requirements.txt
RUN pip3 install --user --no-cache-dir --no-use-pep517 -r requirements.txt

# Install the Conpot application
RUN python3 setup.py install --user --prefix=
Expand Down

0 comments on commit a042169

Please sign in to comment.