Skip to content

Commit

Permalink
22.0.5 release - hotfix for the GS docker image (ttf-ms-corefonts setup)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmauduit committed Jan 27, 2023
1 parent 66dd2e2 commit 633850a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geoserver/webapp/src/docker/Dockerfile
Expand Up @@ -8,6 +8,7 @@ COPY --chown=jetty:jetty . /

USER root

RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
RUN apt-get update \
&& apt-get install -y ttf-mscorefonts-installer \
&& apt-get install -y wget \
Expand Down

0 comments on commit 633850a

Please sign in to comment.