Skip to content

Commit

Permalink
Switch wget to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-lourenco committed Mar 7, 2024
1 parent e2b8841 commit e778896
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 @@ -14,7 +14,7 @@ RUN apt-get update && \
# install micromamba
RUN mkdir -p /software/micromamba && \
cd /software/micromamba && \
wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/0.15.2 | tar -xvj bin/micromamba
curl -Ls https://micromamba.snakepit.net/api/micromamba/linux-64/0.15.2 | tar -xvj bin/micromamba
ENV PATH="/software/micromamba/bin:${PATH}"

# create conda/mamba environment
Expand Down

0 comments on commit e778896

Please sign in to comment.