We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b361cf commit 2dcfd41Copy full SHA for 2dcfd41
Dockerfile
@@ -3,6 +3,7 @@ FROM golang:alpine as builder
3
RUN apk update && apk add --no-cache git build-base
4
RUN git clone https://github.com/ivlovric/HFP /HFP
5
WORKDIR /HFP
6
+RUN go mod tidy
7
RUN go build -ldflags "-s -w" -o HFP *.go
8
9
FROM alpine:latest
0 commit comments