Update .ci/ogc/Dockerfile

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
This commit is contained in:
Nyall Dawson 2024-08-14 16:26:08 +10:00 committed by GitHub
parent 7bd7c3ae0f
commit b3685cbbba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN export DEBIAN_FRONTEND=noninteractive
ENV DEBIAN_FRONTEND=noninteractive
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get upgrade -y \