Skip to content

Commit

Permalink
Update Dockerfile (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 authored Sep 8, 2021
1 parent 6e7e2fc commit e3409d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To run: docker run -v /path/to/wsgi.py:/var/www/sheepdog/wsgi.py --name=sheepdog -p 81:80 sheepdog
# To check running container: docker exec -it sheepdog /bin/bash

FROM quay.io/cdis/python-nginx:pybase3-1.6.0
FROM quay.io/cdis/python-nginx:pybase3-1.6.2

RUN apk update \
&& apk add postgresql-libs postgresql-dev libffi-dev libressl-dev \
Expand Down

0 comments on commit e3409d0

Please sign in to comment.