generated from nathanwoodburn/go-webserver-template
feat: Update dockerfile
All checks were successful
Build Docker / BuildSite (push) Successful in 1m21s
All checks were successful
Build Docker / BuildSite (push) Successful in 1m21s
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user