Skip to content

Commit 8583d46

Browse files
authored
Merge pull request #5 from bitflow-stream/anton-update-dependencies
Fixed Dockerfile
2 parents 0e00654 + fb61c1e commit 8583d46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ COPY . .
99
RUN rm go.sum
1010

1111
RUN go build -o /bitflow-collector ./bitflow-collector
12-
ENTRYPOINT ["/bitflow-collector"]
1312

14-
FROM alpine
13+
FROM alpine:3.9
1514
RUN apk --no-cache add libvirt-dev libpcap-dev libstdc++ curl
1615
COPY --from=build /bitflow-collector /
1716
ENTRYPOINT ["/bitflow-collector"]

0 commit comments

Comments
 (0)