Skip to content

Commit

Permalink
build: use ENV key=value format in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Sep 4, 2024
1 parent fdead78 commit d2ddae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2ddae4

Please sign in to comment.