Skip to content

Commit

Permalink
Add zipmerge to image (#8244)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwilliams authored Jan 24, 2025
1 parent db86915 commit b1cb29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/rbe-ubuntu20-04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt-get update && \
netcat-traditional \
wget \
zip \
zipmerge \
&& \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions dockerfiles/rbe-ubuntu22-04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN apt-get update && \
unzip \
wget \
zip \
zipmerge \
&& \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b1cb29d

Please sign in to comment.