Skip to content

Commit

Permalink
I don't feel good to install beta versions in stable releases, even i…
Browse files Browse the repository at this point in the history
…f it is 10times faster
  • Loading branch information
bgruening authored Dec 21, 2018
1 parent e7b0a30 commit 392d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-4.5.11-Linux-x86
echo "conda activate base" >> $GALAXY_HOME/.bashrc && \
export PATH=/tool_deps/_conda/bin/:$PATH && \
conda install virtualenv pip && \
conda install conda-canary::conda=4.6 && \
# conda install conda-canary::conda=4.6 && \
chown $GALAXY_USER:$GALAXY_USER -R /tool_deps/ /etc/profile.d/conda.sh && \
mkdir $GALAXY_ROOT && \
wget -q -O - $GALAXY_REPO/archive/$GALAXY_RELEASE.tar.gz | tar xzf - --strip-components=1 -C $GALAXY_ROOT && \
Expand Down

0 comments on commit 392d463

Please sign in to comment.