mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-15 11:58:10 +00:00
back to gcc since I can't the libs to load properly
This commit is contained in:
@@ -13,7 +13,7 @@ RUN sed -i 's/MARIADB_CONNECTOR_COMPILE_JOBS__=.*/MARIADB_CONNECTOR_COMPILE_JOBS
|
||||
RUN chmod +x build.sh
|
||||
RUN ./build.sh
|
||||
|
||||
FROM debian:12 as runtime
|
||||
FROM gcc:13 as runtime
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user