Skip to content

Commit 3e29bd4

Browse files
authored
Update Dockerfile
1 parent 581b1d0 commit 3e29bd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.author="eli.holmes@noaa.gov"
55
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/py-rocket-geospatial-2
66
LABEL org.opencontainers.image.description="Geospatial Python (3.11) and R (4.5.1) image with Desktop (QGIS, Panoply, CWUtils)"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2026.02.13
8+
LABEL org.opencontainers.image.version=2026.02.18
99

1010
ENV PROJ_LIB=/srv/conda/envs/notebook/share/proj
1111

@@ -65,6 +65,9 @@ ENV PATH=${PATH}:/tmp/PanoplyJ
6565
# Install tools for working with Google Cloud Buckets
6666
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && apt-get update -y && apt-get install google-cloud-cli -y
6767

68+
# Install AWS tools
69+
RUN awsv2 --install
70+
6871
# Clear out files put in /tmp
6972
RUN rm -rf /tmp/*
7073

0 commit comments

Comments
 (0)