Skip to content

Commit

Permalink
Merge pull request #607 from rstudio/ensure-openssh-client
Browse files Browse the repository at this point in the history
Add openssh-client packages into base image to ensure SSH in all downstream images
  • Loading branch information
ianpittwood authored Aug 7, 2023
2 parents 6f0b599 + d0bb9bb commit f280e84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions product/base/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN yum upgrade -y -q \
libuser-devel \
libxml2-devel \
openssl-devel \
openssh-clients \
pandoc \
perl-Digest-MD5 \
postgresql-libs \
Expand Down
1 change: 1 addition & 0 deletions product/base/Dockerfile.ubuntu1804
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apt-get update --fix-missing \
libxml2-dev \
locales \
make \
openssh-client \
pandoc \
perl \
sudo \
Expand Down
1 change: 1 addition & 0 deletions product/base/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apt-get update --fix-missing \
libxml2-dev \
locales \
make \
openssh-client \
pandoc \
perl \
sudo \
Expand Down

0 comments on commit f280e84

Please sign in to comment.