You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL org.opencontainers.image.description="Python (3.11), R (4.5.1), Desktop and Publishing tools"
7
7
LABEL org.opencontainers.image.licenses=Apache2.0
8
-
LABEL org.opencontainers.image.version=2026.02.18
8
+
LABEL org.opencontainers.image.version=2026.02.12
9
9
10
10
USER root
11
11
@@ -66,9 +66,6 @@ RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/ins
66
66
# Install linux packages after R installation since the R install scripts get rid of packages
67
67
RUN /pyrocket_scripts/install-apt-packages.sh ${REPO_DIR}/apt.txt
68
68
69
-
# Install AWS CLI v2
70
-
RUN awsv2 --install
71
-
72
69
# Install some basic VS Code extensions
73
70
RUN /pyrocket_scripts/install-vscode-extensions.sh ${REPO_DIR}/vscode-extensions.txt || (echo "install-vscode-extensions.sh failed for some extensions" >&2 && exit 1)
0 commit comments