diff options
| author | MichaĆ Janiszewski <[email protected]> | 2018-06-04 13:11:03 +0200 |
|---|---|---|
| committer | Ted John <[email protected]> | 2018-06-04 12:11:03 +0100 |
| commit | 144464a108857715e0c558d520b7c8fc1916dfd2 (patch) | |
| tree | 81ebc875a7d175ee42539cb91b679843242284c2 /develop | |
| parent | aa0e601318eddc65669681493b4e9bf5a176ed4c (diff) | |
| download | openrct2-docker-144464a108857715e0c558d520b7c8fc1916dfd2.tar.gz openrct2-docker-144464a108857715e0c558d520b7c8fc1916dfd2.zip | |
Install libicu60 for runtime (#1)
Fixes OpenRCT2/OpenRCT2#7595
Diffstat (limited to 'develop')
| -rw-r--r-- | develop/cli/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/cli/Dockerfile b/develop/cli/Dockerfile index 7b3ee74..f720fa2 100644 --- a/develop/cli/Dockerfile +++ b/develop/cli/Dockerfile @@ -17,7 +17,7 @@ RUN git -c http.sslVerify=false clone --depth 1 -b $OPENRCT2_REF https://github. FROM ubuntu:18.04 RUN apt-get update RUN apt-get -y upgrade -RUN apt-get install --no-install-recommends -y rsync ca-certificates libjansson4 libpng16-16 libzip4 libcurl4 libfreetype6 libfontconfig1 +RUN apt-get install --no-install-recommends -y rsync ca-certificates libjansson4 libpng16-16 libzip4 libcurl4 libfreetype6 libfontconfig1 libicu60 # Install OpenRCT2 COPY --from=build-env /openrct2-install /openrct2-install |
