Skip to content

Commit

Permalink
Merge pull request #2 from hydrosine/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
lmangani authored Aug 30, 2023
2 parents 9763664 + 7ddaa9f commit 11b29bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM golang:alpine as builder

RUN apk update && apk add --no-cache git build-base
RUN git clone https://github.com/ivlovric/HFP /HFP
COPY . /HFP

WORKDIR /HFP
RUN go mod tidy
RUN go build -ldflags "-s -w" -o HFP *.go
Expand Down

0 comments on commit 11b29bc

Please sign in to comment.