Skip to content

Commit 9a75916

Browse files
authored
Update Dockerfile
1 parent e942481 commit 9a75916

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/heplify/Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# sudo docker build -t negbie/heplify:latest .
2-
31
FROM golang:alpine as builder
42
RUN apk --update add linux-headers musl-dev gcc libpcap-dev ca-certificates git
3+
RUN apk --update add --no-cache git build-base
4+
RUN git clone https://luajit.org/git/luajit-2.0.git \
5+
&& cd luajit-2.0 \
6+
&& make CCOPT="-static -fPIC" BUILDMODE="static" && make install
57
COPY . /heplify
68
WORKDIR /heplify
79
RUN CGO_ENABLED=1 GOOS=linux go build -a --ldflags '-linkmode external -extldflags "-static -s -w"' -o heplify .

0 commit comments

Comments
 (0)