My stupidity is unrivaled...

This commit is contained in:
Seraphim R. Pardee 2024-09-23 22:48:16 -04:00
parent 961d4d6495
commit 532cf1773c

View File

@ -1,6 +1,6 @@
# Alpine 3.20
FROM golang:1.23.1-alpine3.20
RUN apk install --no-cache zip
RUN apk add --no-cache zip
# copy entrypoint file
COPY entrypoint.go /usr/bin/entrypoint.go