back to gcc since I can't the libs to load properly

This commit is contained in:
Aaron Kimbre 2024-01-01 19:28:02 -06:00
parent 6e18f57843
commit 1034afc513

View File

@ -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