Neues Build-File nicht nano und net-tools
All checks were successful
release-tag / release-image (push) Successful in 49s

This commit is contained in:
2025-01-17 22:33:31 +01:00
parent cb8f1f178a
commit 5b7b877474

View File

@@ -1,5 +1,6 @@
FROM golang:1.23.3
RUN mkdir /data
RUN apt update && apt install net-tools nano -y
COPY data/* /data
WORKDIR /app
COPY go.mod go.sum ./