Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Jul 24, 2023
2 parents fc26cb6 + b8d93d4 commit 11a4d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test:
- name: redis:6.2
alias: redis_cache
script:
- apt-get update && apt-get install -y ghostscript gdal-bin libproj-dev gettext openjdk-11-jre
- apt-get update && apt-get install -y ghostscript gdal-bin libproj-dev gettext openjdk-17-jre
- pip install -r dependencies/pip/dev_requirements.txt
- pytest -vv -rf

Expand Down
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-11-jre \
postgresql-client \
procps \
rsync \
Expand Down

0 comments on commit 11a4d6c

Please sign in to comment.