Skip to content

Commit e95ce85

Browse files
committed
didn't work
1 parent 1028214 commit e95ce85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-java/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN apt-get update -y \
2020
&& apt-get clean
2121

2222
# setup conda
23-
RUN ANACONDA_SH=Anaconda3-2020.11-Linux-x86_64.sh wget -q https://repo.anaconda.com/archive/$ANACONDA_SH -O /tmp/$ANACONDA_SH \
24-
&& /bin/bash /tmp/$ANACONDA_SH -b -p $CONDA_HOME \
23+
RUN wget -q https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh -O /tmp/anaconda.sh \
24+
&& /bin/bash /tmp/anaconda.sh -b -p $CONDA_HOME \
2525
&& $CONDA_HOME/bin/conda update -n root conda -y \
2626
&& $CONDA_HOME/bin/pip install -U pip
2727

0 commit comments

Comments
 (0)