@@ -134,7 +134,6 @@ RUN curl -s -L https://repo.continuum.io/miniconda/Miniconda3-4.7.10-Linux-x86_6
134
134
# cleanup dance
135
135
&& find $GALAXY_ROOT -name '*.pyc' -delete | true \
136
136
&& find /usr/lib/ -name '*.pyc' -delete | true \
137
- && find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
138
137
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
139
138
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
140
139
@@ -153,7 +152,6 @@ RUN mkdir $GALAXY_ROOT \
153
152
# cleanup dance
154
153
&& find $GALAXY_ROOT -name '*.pyc' -delete | true \
155
154
&& find /usr/lib/ -name '*.pyc' -delete | true \
156
- && find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
157
155
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
158
156
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
159
157
@@ -171,7 +169,6 @@ RUN apt update -qq && apt install --no-install-recommends -y ansible dirmngr gpg
171
169
# cleanup dance
172
170
&& find $GALAXY_ROOT/ -name '*.pyc' -delete | true \
173
171
&& find /usr/lib/ -name '*.pyc' -delete | true \
174
- && find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
175
172
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
176
173
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
177
174
@@ -225,7 +222,6 @@ RUN mkdir -p /shed_tools $EXPORT_DIR/ftp/ \
225
222
&& find $GALAXY_ROOT/ -name '*.pyc' -delete | true \
226
223
&& find /usr/lib/ -name '*.pyc' -delete | true \
227
224
&& find /var/log/ -name '*.log' -delete | true \
228
- && find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
229
225
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
230
226
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
231
227
0 commit comments