Skip to content

Commit a80f782

Browse files
committed
add unzip (for composer) and clean-up whitespace
1 parent 2075a86 commit a80f782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apt-get install -y \
2929
php8.2-mysql \
3030
php8.2-pdo \
3131
sudo \
32+
unzip \
3233
vim \
3334
wget \
3435
&& update-ca-certificates
@@ -64,7 +65,7 @@ RUN curl -L \
6465
# Set up WordPress
6566
USER www-data
6667
WORKDIR /var/www/index
67-
RUN wp core download
68+
RUN wp core download
6869

6970
# Switch to root
7071
USER root

0 commit comments

Comments
 (0)