diff --git a/Dockerfile b/Dockerfile index 21b3940..eb8cc2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./