Skip to content

Commit 2dcfd41

Browse files
authored
Update Dockerfile
1 parent 7b361cf commit 2dcfd41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM golang:alpine as builder
33
RUN apk update && apk add --no-cache git build-base
44
RUN git clone https://github.com/ivlovric/HFP /HFP
55
WORKDIR /HFP
6+
RUN go mod tidy
67
RUN go build -ldflags "-s -w" -o HFP *.go
78

89
FROM alpine:latest

0 commit comments

Comments
 (0)