Skip to content

Commit

Permalink
Merge pull request #2 from usfngm/master
Browse files Browse the repository at this point in the history
Docker image fails to build [FIX]
  • Loading branch information
balajikadambi authored Jul 16, 2020
2 parents 6faf931 + 77314db commit cb61dc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from alpine:latest
RUN apk add --no-cache python3-dev \
RUN apk add --no-cache py3-pip \
&& pip3 install --upgrade pip

WORKDIR /app
Expand Down
9 changes: 0 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
aniso8601==7.0.0
Click==7.0
Flask==1.1.1
Flask-RESTful==0.3.7
itsdangerous==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
pytz==2019.2
six==1.12.0
Werkzeug==0.15.5

0 comments on commit cb61dc5

Please sign in to comment.