Skip to content

Commit

Permalink
fix of Dockerfile, current upstream anaconda image is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
csachs committed Sep 5, 2019
1 parent 7c7da90 commit 3b1672c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM continuumio/anaconda3
# continuumio/anaconda3:latest is broken, oups
FROM continuumio/anaconda3:2019.03
LABEL maintainer c.sachs@fz-juelich.de
RUN apt-get update && apt-get install -y unzip libgl1-mesa-glx && \
# opengl for qt...
Expand Down

0 comments on commit 3b1672c

Please sign in to comment.