Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Attempting to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Apr 19, 2019
1 parent 8a36c03 commit 736a202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM alpine:3.8

RUN mkdir -p /app
ADD "./sshserveraudit/" /app/sshserveraudit
ADD "./examples/" /app/examples
ADD "./.git" /app/.git
ADD ["./Makefile", "./requirements.txt", "./setup.cfg", "./setup.py", "./AUTHORS", "./ChangeLog", "./README.md", "/app/"]
ADD "./" /app

RUN apk --update add python3 py3-cffi libssl1.0 make bash sudo git gcc python3-dev musl-dev linux-headers libffi-dev openssl-dev \
&& pip3 install --upgrade pip \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PySocks>=1.6
pbr>=5.1
setuptools>=40.4.3
requests
requests[socks]
unittest-data-provider
coverage
mock

0 comments on commit 736a202

Please sign in to comment.