Skip to content

Commit daf0efd

Browse files
Install zip commands for ci images
This will be used for archiving swift sdk artifactbundle
1 parent db66b6e commit daf0efd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

swift-ci/main/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN apt -y update && apt -y install \
3131
systemtap-sdt-dev \
3232
tzdata \
3333
unzip \
34+
zip \
3435
uuid-dev
3536

3637
ARG SWIFT_PLATFORM=ubuntu18.04

swift-ci/main/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get -y update && apt-get -y install \
3030
systemtap-sdt-dev \
3131
tzdata \
3232
unzip \
33+
zip \
3334
uuid-dev
3435

3536
ARG SWIFT_PLATFORM=ubuntu20.04

swift-ci/main/ubuntu/22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get -y update && apt-get -y install \
3030
systemtap-sdt-dev \
3131
tzdata \
3232
unzip \
33+
zip \
3334
uuid-dev
3435

3536
ARG SWIFT_PLATFORM=ubuntu22.04

0 commit comments

Comments
 (0)