Skip to content

Commit

Permalink
Install zip commands for ci images
Browse files Browse the repository at this point in the history
This will be used for archiving swift sdk artifactbundle
  • Loading branch information
kateinoigakukun committed Jan 25, 2024
1 parent db66b6e commit daf0efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions swift-ci/main/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt -y update && apt -y install \
systemtap-sdt-dev \
tzdata \
unzip \
zip \
uuid-dev

ARG SWIFT_PLATFORM=ubuntu18.04
Expand Down
1 change: 1 addition & 0 deletions swift-ci/main/ubuntu/20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get -y update && apt-get -y install \
systemtap-sdt-dev \
tzdata \
unzip \
zip \
uuid-dev

ARG SWIFT_PLATFORM=ubuntu20.04
Expand Down
1 change: 1 addition & 0 deletions swift-ci/main/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get -y update && apt-get -y install \
systemtap-sdt-dev \
tzdata \
unzip \
zip \
uuid-dev

ARG SWIFT_PLATFORM=ubuntu22.04
Expand Down

0 comments on commit daf0efd

Please sign in to comment.