Skip to content

Commit a8e37e7

Browse files
fix: added unzip command
1 parent 65451dd commit a8e37e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediawiki/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /srv/mediawiki
66
# Install composer for installing some extensions
77
RUN apt-get update
88
# wget is also used by the install extension script
9-
RUN apt-get install wget
9+
RUN apt-get install wget unzip
1010
RUN wget -cO - https://getcomposer.org/composer-2.phar > composer.phar
1111
ENV COMPOSER_ALLOW_SUPERUSER=1
1212
ENV COMPOSER_IGNORE_PLATFORM_REQS=1

0 commit comments

Comments
 (0)