File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ WORKDIR $GALAXY_ROOT
77
77
# RUN export GALAXY=$GALAXY_ROOT && sh ./cron/updateucsc.sh.sample
78
78
79
79
80
- RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-4.5.11 -Linux-x86_64.sh -O ~/miniconda.sh && \
80
+ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-4.5.12 -Linux-x86_64.sh -O ~/miniconda.sh && \
81
81
/bin/bash ~/miniconda.sh -b -p /tool_deps/_conda/ && \
82
82
rm ~/miniconda.sh && \
83
83
echo ". /tool_deps/_conda/etc/profile.d/conda.sh" >> ~/.bashrc && \
@@ -96,7 +96,7 @@ RUN export PATH=/tool_deps/_conda/bin/:$PATH && \
96
96
cd $GALAXY_ROOT/client && yarn install --network-timeout 120000 --check-files && yarn run build-production-maps && \
97
97
rm -rf /home/galaxy/.cache/ && \
98
98
# change the default location of shed_tools to be ../shed_tools
99
- sed -i 's|database|..|' $GALAXY_CONFIG_DIR /shed_tool_conf.xml
99
+ sed -i 's|database|..|' $GALAXY_ROOT/config /shed_tool_conf.xml
100
100
101
101
# Switch back to User root
102
102
USER root
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ADD ./bashrc $GALAXY_HOME/.bashrc
97
97
98
98
# Install miniconda, then virtualenv from conda and then
99
99
# download latest stable release of Galaxy.
100
- RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-4.5.11 -Linux-x86_64.sh -O ~/miniconda.sh && \
100
+ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda2-4.5.12 -Linux-x86_64.sh -O ~/miniconda.sh && \
101
101
/bin/bash ~/miniconda.sh -b -p /tool_deps/_conda/ && \
102
102
rm ~/miniconda.sh && \
103
103
ln -s /tool_deps/_conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
@@ -208,7 +208,7 @@ RUN ./scripts/common_startup.sh && \
208
208
npm install && \
209
209
rm -rf ~/.cache/ /galaxy-central/client/node_modules/ && \
210
210
# change the default location of shed_tools to be ../shed_tools
211
- sed -i 's|database|..|' $GALAXY_CONFIG_DIR /shed_tool_conf.xml
211
+ sed -i 's|database|..|' $GALAXY_ROOT/config /shed_tool_conf.xml
212
212
213
213
# Switch back to User root
214
214
USER root
You can’t perform that action at this time.
0 commit comments