fix: include zip
This commit is contained in:
parent
b11e855c74
commit
fdb4284288
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user