We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac40f8 commit e2100c1Copy full SHA for e2100c1
Dockerfile
@@ -233,7 +233,7 @@ COPY --chown=nobody:nogroup --chmod=755 \
233
wikibase-submodules-from-github-instead-of-phabricator.patch \
234
/tmp/wikibase-submodules-from-github-instead-of-phabricator.patch
235
RUN patch -d /var/www/html/extensions/Wikibase -Np1 </tmp/wikibase-submodules-from-github-instead-of-phabricator.patch && \
236
- rm /tmp/wikibase-submodules-from-github-instead-of-phabricator.patch &&
+ rm /tmp/wikibase-submodules-from-github-instead-of-phabricator.patch
237
238
COPY --from=composer /usr/bin/composer /usr/bin/composer
239
ENV COMPOSER_ALLOW_SUPERUSER=1
0 commit comments