Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored May 8, 2024
1 parent 0883379 commit 4545b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM golang:alpine as builder
RUN apk update && apk add --no-cache git build-base
RUN git clone https://luajit.org/git/luajit-2.0.git \
&& cd luajit-2.0 \
&& git checkout v2.1 \
&& make CCOPT="-static -fPIC" BUILDMODE="static" && make install
COPY . /heplify-server
WORKDIR /heplify-server/cmd/heplify-server
Expand Down

0 comments on commit 4545b0d

Please sign in to comment.