Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sipcapture/HFP
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Aug 30, 2023
2 parents 4a09dcc + 11b29bc commit 0df97cc
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 0df97cc

Please sign in to comment.