Skip to content

Commit e2100c1

Browse files
committed
remove trailing &&
1 parent 2ac40f8 commit e2100c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ COPY --chown=nobody:nogroup --chmod=755 \
233233
wikibase-submodules-from-github-instead-of-phabricator.patch \
234234
/tmp/wikibase-submodules-from-github-instead-of-phabricator.patch
235235
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 &&
236+
rm /tmp/wikibase-submodules-from-github-instead-of-phabricator.patch
237237

238238
COPY --from=composer /usr/bin/composer /usr/bin/composer
239239
ENV COMPOSER_ALLOW_SUPERUSER=1

0 commit comments

Comments
 (0)