Dockerfile: install the compiled tools after the compilation (#1690)

This commit is contained in:
Antonio Vivace
2025-05-16 18:45:06 +02:00
parent 41c94aa448
commit 205bf5a11d

View File

@@ -12,3 +12,6 @@ RUN ./.github/scripts/install_deps.sh ubuntu-22.04
RUN make -j CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
RUN tar caf rgbds-linux-x86_64.tar.xz --transform='s#.*/##' rgbasm rgblink rgbfix rgbgfx man/* .github/scripts/install.sh
RUN cp man/* .
RUN ./.github/scripts/install.sh