Skip to content

Commit

Permalink
fix(docker): zip command is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Apr 30, 2021
1 parent 77885b9 commit aa8e1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/linux/x86_64/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN apt-get update && \
pkg-config \
software-properties-common \
sudo \
unzip
unzip \
zip

FROM base AS android

Expand Down

0 comments on commit aa8e1bd

Please sign in to comment.