Skip to content

Commit 2aff9cd

Browse files
committed
Add sudo and zip to the Drupal container
1 parent c1200f3 commit 2aff9cd

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)