From 8d9630f74657650a71611c890e98154fc4f56fb0 Mon Sep 17 00:00:00 2001 From: Stefan Blumentrath Date: Fri, 22 Sep 2023 22:11:15 +0200 Subject: [PATCH] Update docker/ubuntu/Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com> --- docker/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 8b38a2758b3..a9b53edb3e8 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -150,7 +150,7 @@ RUN (echo "Install Python" \ && rm -r /root/.cache \ ) -# ers are encouraged to fetch vertical datums and store into PROJ dir, e.g.: +# Users are encouraged to fetch vertical datums and store into PROJ dir, e.g.: # WORKDIR /src # RUN mkdir vdatum && \ # cd vdatum && \