Skip to content

Commit

Permalink
use specific python version in delphi_python image
Browse files Browse the repository at this point in the history
- use `3.8-buster` instead of `3` as the latter can change versions, 
which can lead to unexpected failures
- fixes #27
- fixes cmu-delphi/delphi-epidata#248
  • Loading branch information
dfarrow0 committed Oct 13, 2020
1 parent f4f1615 commit dc952cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# start with a standard python 3 image
FROM python:3
FROM python:3.8-buster

# use delphi's timezome
RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime
Expand Down

0 comments on commit dc952cd

Please sign in to comment.