Install zip as part of image build.
This commit is contained in:
parent
0ecb3d9aa5
commit
8f2ae2a38c
@ -1,6 +1,9 @@
|
|||||||
# Debian GNU/Linux 10 (1.13.10-buster)
|
# Debian GNU/Linux 10 (1.13.10-buster)
|
||||||
FROM golang:latest
|
FROM golang:latest
|
||||||
|
|
||||||
|
# add zip
|
||||||
|
RUN apt install zip
|
||||||
|
|
||||||
# copy entrypoint file
|
# copy entrypoint file
|
||||||
COPY entrypoint.go /usr/bin/entrypoint.go
|
COPY entrypoint.go /usr/bin/entrypoint.go
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user