feat: Update dockerfile
All checks were successful
Build Docker / BuildSite (push) Successful in 1m21s

This commit is contained in:
2024-06-22 19:06:14 +10:00
parent 097f04bb76
commit b909a5371f
2 changed files with 6 additions and 9 deletions

View File

@@ -4,6 +4,9 @@ FROM golang:1.21
# Set destination for COPY
WORKDIR /app
# Install knot-dnsutils
RUN apt-get update && apt-get install -y knot-dnsutils
COPY main.go ./
COPY go.mod ./
COPY go.sum ./