diff options
Diffstat (limited to 'develop')
| -rw-r--r-- | develop/cli/Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/develop/cli/Dockerfile b/develop/cli/Dockerfile index 0eddaf5..d4e0967 100644 --- a/develop/cli/Dockerfile +++ b/develop/cli/Dockerfile @@ -12,8 +12,9 @@ WORKDIR /openrct2 RUN git -c http.sslVerify=false clone --depth 1 -b $OPENRCT2_REF https://github.com/OpenRCT2/OpenRCT2 . \ && mkdir build \ && cd build \ - && cmake .. -G Ninja -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/openrct2-install/usr -DCMAKE_INSTALL_LIBDIR=/openrct2-install/usr/lib \ - && ninja -k0 install + && cmake .. -G Ninja -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/openrct2-install/usr \ + && ninja -k0 install \ + && rm /openrct2-install/usr/lib/libopenrct2.a # Build runtime image FROM ubuntu:20.04 |
