From 6bc59314db4393b08c943325e19ffb4d00cb536b Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Wed, 4 Sep 2024 11:28:31 -0400 Subject: [PATCH] build: use ENV key=value format in Dockerfile (#1444) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c6c03806..fae3c1034 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,9 @@ FROM python:3.12.5-slim-bookworm RUN adduser --disabled-password terraso -ENV PATH /home/terraso/.local/bin:$PATH +ENV PATH=/home/terraso/.local/bin:$PATH # see https://github.com/aws/aws-cli/tags for list of versions -ENV AWS_CLI_VERSION 2.8.12 +ENV AWS_CLI_VERSION=2.8.12 # Add testing sources and pin the GDAL packages to testing # Allows us to get 3.8.x versions of GDAL