Skip to content

Commit cf2cafe

Browse files
authored
Merge pull request #561 from abretaud/pyc
Fix corrupted conda packages
2 parents aefaac2 + 7f400f8 commit cf2cafe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

galaxy/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ RUN curl -s -L https://repo.continuum.io/miniconda/Miniconda3-4.7.10-Linux-x86_6
134134
# cleanup dance
135135
&& find $GALAXY_ROOT -name '*.pyc' -delete | true \
136136
&& find /usr/lib/ -name '*.pyc' -delete | true \
137-
&& find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
138137
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
139138
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
140139

@@ -153,7 +152,6 @@ RUN mkdir $GALAXY_ROOT \
153152
# cleanup dance
154153
&& find $GALAXY_ROOT -name '*.pyc' -delete | true \
155154
&& find /usr/lib/ -name '*.pyc' -delete | true \
156-
&& find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
157155
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
158156
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
159157

@@ -171,7 +169,6 @@ RUN apt update -qq && apt install --no-install-recommends -y ansible dirmngr gpg
171169
# cleanup dance
172170
&& find $GALAXY_ROOT/ -name '*.pyc' -delete | true \
173171
&& find /usr/lib/ -name '*.pyc' -delete | true \
174-
&& find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
175172
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
176173
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
177174

@@ -225,7 +222,6 @@ RUN mkdir -p /shed_tools $EXPORT_DIR/ftp/ \
225222
&& find $GALAXY_ROOT/ -name '*.pyc' -delete | true \
226223
&& find /usr/lib/ -name '*.pyc' -delete | true \
227224
&& find /var/log/ -name '*.log' -delete | true \
228-
&& find $GALAXY_CONDA_PREFIX/ -name '*.pyc' -delete | true \
229225
&& find $GALAXY_VIRTUAL_ENV -name '*.pyc' -delete | true \
230226
&& rm -rf /tmp/* /root/.cache/ /var/cache/* $GALAXY_ROOT/client/node_modules/ $GALAXY_VIRTUAL_ENV/src/ /home/galaxy/.cache/ /home/galaxy/.npm
231227

0 commit comments

Comments
 (0)