Skip to content

Commit dd4cb43

Browse files
authored
maint: fix leftover from former alpine base
1 parent 6399823 commit dd4cb43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ ENV PATH /opt/conda/bin:$PATH
5757
ARG CONDA_VERSION=py38_4.10.3
5858
ARG SHA256SUM=935d72deb16e42739d69644977290395561b7a6db059b316958d97939e9bdf3d
5959

60-
# hadolint ignore=DL3018
61-
RUN apk add -q --no-cache bash procps && \
62-
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh -O miniconda.sh && \
60+
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh -O miniconda.sh && \
6361
echo "${SHA256SUM} miniconda.sh" > miniconda.sha256 && \
6462
if ! sha256sum -cs miniconda.sha256; then exit 1; fi && \
6563
mkdir -p /opt && \

0 commit comments

Comments
 (0)