Skip to content

Commit

Permalink
docker: install zip in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Aug 19, 2022
1 parent 148ee55 commit e1bae31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.6.1-jdk-8-alpine
WORKDIR build
COPY . .
RUN apk add --no-cache --update git bash patch && git config --global user.name "Kig Docker" && git config --global user.email "docker@playkig.com" && bash build.sh
RUN apk add --no-cache --update git bash patch zip && git config --global user.name "Kig Docker" && git config --global user.email "docker@playkig.com" && bash build.sh

0 comments on commit e1bae31

Please sign in to comment.