Skip to content

Commit

Permalink
feat: added zip packaged to pipeline runner
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed Aug 16, 2023
1 parent 868e6a0 commit af3e94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/pipeline-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apk add --no-cache \
harfbuzz \
ca-certificates \
ttf-freefont \
py-pip
py-pip \
zip

# Reduce nighly log (note: -ntp requires maven 3.6.1+)
RUN mv /usr/bin/mvn /usr/bin/_mvn &&\
Expand Down

0 comments on commit af3e94e

Please sign in to comment.