Skip to content

Commit

Permalink
Add xz dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Jun 12, 2024
1 parent b25fa13 commit 2169781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV CATALINA_OPTS="-Xms256m -Xmx2g \
-Dorg.geotools.coverage.jaiext.enabled=true"

# persistent / runtime deps
RUN apt-get update && apt-get install -y --no-install-recommends libnetcdf-c++4 curl unzip fnt && rm -r /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends libnetcdf-c++4 curl unzip fnt xz && rm -r /var/lib/apt/lists/*

# Install Google Fonts
RUN \
Expand Down

0 comments on commit 2169781

Please sign in to comment.