Skip to content

Commit

Permalink
missing dynamic libs
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoSkopac committed Aug 27, 2024
1 parent c3759de commit 736e36d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion g3proxy/docker/lua.alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN cargo build --profile release-lto \
-p g3proxy -p g3proxy-ctl -p g3proxy-lua

FROM alpine:latest
RUN apk add --no-cache ca-certificates
# install dynamic libs
RUN apk add --no-cache ca-certificates libgcc c-ares lua5.4-libs
# Copy Lua binaries and modules from the lua stage
COPY --from=lua /usr/local/bin/lua /usr/local/bin/lua
COPY --from=lua /usr/local/bin/luarocks /usr/local/bin/luarocks
Expand Down

0 comments on commit 736e36d

Please sign in to comment.