Skip to content

Commit 1319c22

Browse files
committed
Add sudo and zip to the Drupal container
1 parent f6e1d33 commit 1319c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN apt-get update && \
1818
libzip-dev \
1919
mariadb-client \
2020
patch \
21+
sudo \
22+
zip \
2123
zlib1g-dev && \
2224
docker-php-ext-configure gd --with-freetype --with-jpeg && \
2325
docker-php-ext-install -j$(nproc) gd && \

0 commit comments

Comments
 (0)