Skip to content

Commit 2b06ece

Browse files
authored
Merge pull request #306 from nmfs-opensci/eeholmes-patch-1
Install AWS CLI v2 in Dockerfile
2 parents d3e7a87 + f502a1e commit 2b06ece

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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-base
66
LABEL org.opencontainers.image.description="Python (3.11), R (4.5.1), Desktop and Publishing tools"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2026.02.12
8+
LABEL org.opencontainers.image.version=2026.02.18
99

1010
USER root
1111

@@ -66,6 +66,9 @@ RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/ins
6666
# Install linux packages after R installation since the R install scripts get rid of packages
6767
RUN /pyrocket_scripts/install-apt-packages.sh ${REPO_DIR}/apt.txt
6868

69+
# Install AWS CLI v2
70+
RUN awsv2 --install
71+
6972
# Install some basic VS Code extensions
7073
RUN /pyrocket_scripts/install-vscode-extensions.sh ${REPO_DIR}/vscode-extensions.txt || (echo "install-vscode-extensions.sh failed for some extensions" >&2 && exit 1)
7174
# Don't need in image

NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ quarto render .
77
```
88
Then push to GitHub
99

10+
## 2026-02-18
11+
12+
* Add `awscli2 --install` to dockerfile
13+
1014
## 2026-02-07
1115

1216
* Update pangeo feedstock to latest version 2026-01-21

0 commit comments

Comments
 (0)