Skip to content

Commit

Permalink
add wget
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 21, 2020
1 parent 54cb191 commit 49a7853
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
Expand Up @@ -5,7 +5,7 @@ WORKDIR /tmp/repo
ENV PATH /opt/conda/bin:${PATH}
ENV LANG C.UTF-8
ENV SHELL /bin/bash
RUN install_packages curl bzip2 ca-certificates gnupg2 squashfs-tools git
RUN install_packages wget curl bzip2 ca-certificates gnupg2 squashfs-tools git
RUN /bin/bash -c "curl -L https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh > miniconda.sh && \
bash miniconda.sh -b -p /opt/conda && \
rm miniconda.sh"
Expand Down

0 comments on commit 49a7853

Please sign in to comment.