Skip to content

Commit

Permalink
Revert "updated dockerfile (#429) - related (#428)"
Browse files Browse the repository at this point in the history
This reverts commit fe65c16.
  • Loading branch information
xandfury committed Feb 4, 2019
1 parent fe65c16 commit bac2c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN chown conpot:conpot -R /opt/conpot
# Install Python requirements
USER conpot
WORKDIR /opt/conpot
RUN pip3 install --user --no-cache-dir -U --no-use-pep517 pip setuptools
RUN pip3 install --user --no-cache-dir --no-use-pep517 coverage
RUN pip3 install --user --no-cache-dir --no-use-pep517 -r requirements.txt
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

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

0 comments on commit bac2c7a

Please sign in to comment.