cmd based unzip

This commit is contained in:
2026-01-29 17:37:15 +01:00
parent 161ce28518
commit 10b142526b
2 changed files with 13 additions and 48 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=linux/amd64 golang:1.23-alpine
RUN apk add curl git
RUN apk add curl git unzip
WORKDIR /app