Skip to content

Commit 0753abc

Browse files
committed
Fix 0.4.22 image
1 parent 41f8a54 commit 0753abc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

0.4.22/cli/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ RUN git -c http.sslVerify=false clone --depth 1 -b $OPENRCT2_REF https://github.
1212
&& cd build \
1313
&& cmake .. -G Ninja -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/openrct2-install/usr -DDISABLE_GUI=ON -DENABLE_HEADERS_CHECK=OFF \
1414
&& 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
15+
&& rm /openrct2-install/usr/lib/libopenrct2.a
1916

2017
# Build runtime image
2118
FROM ubuntu:24.04

0 commit comments

Comments
 (0)