File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.author="eli.holmes@noaa.gov"
55LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/py-rocket-geospatial-2
66LABEL org.opencontainers.image.description="Geospatial Python (3.11) and R (4.5.1) image with Desktop (QGIS, Panoply, CWUtils)"
77LABEL 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
1010ENV 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
6666RUN 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
6972RUN rm -rf /tmp/*
7073
You can’t perform that action at this time.
0 commit comments