Skip to content

Commit

Permalink
Fix a typo in wget command option for the output file
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Oct 6, 2023
1 parent 891daa4 commit a9d086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/create-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM quay.io/bioconda/base-glibc-debian-bash as build
WORKDIR /tmp/work
COPY --from=bioconda-build-env /tmp/requirements.txt ./
COPY install-conda print-env-activate create-env ./
RUN apt-get update && apt-get install -y wget && wget -o ./miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-$(uname -m).sh
RUN apt-get update && apt-get install -y wget && wget -O ./miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-$(uname -m).sh

RUN ./install-conda ./requirements.txt /opt/create-env

Expand Down

0 comments on commit a9d086d

Please sign in to comment.