Skip to content

Commit

Permalink
Revert "docker/dockerfile:Updated dockerfile" (#432)
Browse files Browse the repository at this point in the history
* Revert "updated dockerfile (#429) - related (#428)"
This reverts commit fe65c16.
* fix docker
  • Loading branch information
xandfury committed Feb 4, 2019
1 parent fe65c16 commit 19a61f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM alpine:3.8 as conpot-builder


# Install dependencies
RUN apk add --no-cache ipmitool tcpdump git python3-dev build-base wget py-cffi libxslt-dev openssl-dev libffi-dev

Expand All @@ -13,9 +12,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==18.1 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 19a61f1

Please sign in to comment.