Skip to content

Commit 456ced8

Browse files
authored
Install Zip (#115)
This is for convenience so customers can package their actions inside of the runtime.
1 parent f8233e8 commit 456ced8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

core/php7.4Action/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ RUN \
5353
libxml2-dev \
5454
libzip-dev \
5555
postgresql-server-dev-11 \
56+
zip \
5657
unzip \
5758
zlib1g-dev \
5859
# Cleanup apt data, we do not need them later on.

core/php8.0Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN apt-get -y update \
5050
libxml2 \
5151
libzip4 \
5252
libpq5 \
53-
\
53+
zip \
5454
libfreetype6-dev \
5555
libicu-dev \
5656
libjpeg-dev \

0 commit comments

Comments
 (0)