Skip to content

Commit

Permalink
Install openssh to get clone access to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Apr 4, 2024
1 parent e428200 commit ae81d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ RUN apt-get update && \
libatlas-base-dev \
gsl-bin \
libgsl-dev \
bc && \
bc \
openssh-client && \
rm -rf /var/lib/apt/lists/* && \
apt-get -y clean

Expand Down

0 comments on commit ae81d8f

Please sign in to comment.