fix: include zip

This commit is contained in:
Markus Pesch 2019-08-28 10:19:43 +02:00
parent b11e855c74
commit fdb4284288
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM archlinux/base:latest
RUN pacman --sync \
--refresh \
--noconfirm \
--sysupgrade go gcc make git which
--sysupgrade go gcc make git which zip
ENV PATH="/root/.cargo/bin:/root/go/bin:${PATH}"