We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0753abc + 2304a7d commit 899fb64Copy full SHA for 899fb64
develop/cli/Dockerfile
@@ -11,6 +11,7 @@ RUN git -c http.sslVerify=false clone --depth 1 -b $OPENRCT2_REF https://github.
11
&& mkdir build \
12
&& cd build \
13
&& cmake .. -G Ninja -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/openrct2-install/usr -DDISABLE_GUI=ON -DENABLE_HEADERS_CHECK=OFF \
14
+ && ninja -k0 graphics \
15
&& ninja -k0 install \
16
&& rm /openrct2-install/usr/lib/libopenrct2.a
17
0 commit comments