Skip to content

Commit

Permalink
Fix OpenJDK dependency error with Python:3.10 image
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Jun 26, 2023
1 parent f630316 commit bb1d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN mkdir -p ${NGINX_STATIC_DIR} && \
# jnm (or the current on-call sysadmin). Thanks.

RUN apt-get -qq update && \
apt-get -qq -y install openjdk-17-jre && \
apt-get -qq -y install \
cron \
gdal-bin \
Expand All @@ -62,7 +63,6 @@ RUN apt-get -qq update && \
libproj-dev \
libsqlite3-mod-spatialite \
locales \
openjdk-17-jre \
postgresql-client \
procps \
rsync \
Expand Down

0 comments on commit bb1d0b8

Please sign in to comment.