Skip to content

Commit

Permalink
Fix web docker image with last python:alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Jun 7, 2018
1 parent 7e721af commit b087fd4
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
@@ -1,7 +1,7 @@
from python:alpine

RUN apk add --no-cache git postgresql-dev gcc libc-dev
RUN apk add --no-cache gcc g++ make libffi-dev openssl-dev python3-dev build-base
RUN apk add --no-cache gcc g++ make libffi-dev python3-dev build-base

RUN pip install gunicorn
RUN pip install psycopg2
Expand Down

0 comments on commit b087fd4

Please sign in to comment.