Skip to content

Commit 339bc7b

Browse files
authored
Install zip (#216)
This is for convenience so customers can package their actions inside of the runtime.
1 parent b57dd2a commit 339bc7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/nodejs16Action/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ FROM node:16.14-bullseye
2222
RUN apt-get update && apt-get install -y \
2323
imagemagick \
2424
graphicsmagick \
25+
zip \
2526
unzip \
2627
&& rm -rf /var/lib/apt/lists/*
2728

0 commit comments

Comments
 (0)