Skip to content

Commit 8844873

Browse files
committed
correct dockerfile...
1 parent 8b12f11 commit 8844873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/ubuntu:latest
1+
FROM ubuntu:latest
22

33
RUN apt update
44
RUN apt -y install git g++ ninja-build wget xz-utils libunwind-dev libbfd-dev zlib1g-dev libzstd-dev libiberty-dev
@@ -16,6 +16,6 @@ WORKDIR /build/lua-debug
1616
RUN git submodule init
1717
RUN git submodule update
1818
RUN luamake lua compile/download_deps.lua
19-
RUN luamake
19+
RUN luamake -mode release
2020

2121

0 commit comments

Comments
 (0)