Skip to content

Commit 4045f7c

Browse files
authored
Merge pull request #289 from nmfs-opensci/eeholmes-patch-1
add remote ssh
2 parents 3492ff4 + c9f9065 commit 4045f7c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 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.12), R (4.5.1), Desktop and Publishing tools"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2026.01.25
8+
LABEL org.opencontainers.image.version=2026.02.05
99

1010
USER root
1111

apt.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ meld
8484
# Zotero
8585
zotero
8686
libpci-dev
87+
88+
# for remote SSH
89+
openssh-server

0 commit comments

Comments
 (0)