We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3561bb4 commit 8daa912Copy full SHA for 8daa912
develop/cli/Dockerfile
@@ -12,10 +12,7 @@ RUN git -c http.sslVerify=false clone --depth 1 -b $OPENRCT2_REF https://github.
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 install \
15
- && rm /openrct2-install/usr/lib/libopenrct2.a \
16
- # HACK due to issue in cmakelists, move content from cli
17
- && mv /openrct2-install/usr/share/openrct2-cli/* /openrct2-install/usr/share/openrct2 \
18
- && rm -rf /openrct2-install/usr/share/openrct2-cli
+ && rm /openrct2-install/usr/lib/libopenrct2.a
19
20
# Build runtime image
21
FROM ubuntu:24.04
0 commit comments