Neues Build-File nicht nano und net-tools
All checks were successful
release-tag / release-image (push) Successful in 49s
All checks were successful
release-tag / release-image (push) Successful in 49s
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM golang:1.23.3
|
FROM golang:1.23.3
|
||||||
RUN mkdir /data
|
RUN mkdir /data
|
||||||
|
RUN apt update && apt install net-tools nano -y
|
||||||
COPY data/* /data
|
COPY data/* /data
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
Reference in New Issue
Block a user