Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Dec 14, 2021
1 parent fa14b69 commit 87b2f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions au-eoed-py-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN apt-get update --fix-missing && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN cd /opt

RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/miniconda && \
rm ~/miniconda.sh && \
Expand Down

0 comments on commit 87b2f10

Please sign in to comment.