Skip to content

Commit 01d5b4f

Browse files
committed
Pin to 2.7-slim-jessie
2.7-slim was repointed to 2.7-slim-stretch, which is missing a number of dependencies we need to run the app. See docker-library/python#293
1 parent f4d6fbc commit 01d5b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:2.7-slim
1+
FROM python:2.7-slim-jessie
22

33
ENV GOSU_VERSION=1.10 \
44
NODE_ENV=production \

0 commit comments

Comments
 (0)