Skip to content

Commit

Permalink
Install ssh first.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jul 1, 2024
1 parent 9618488 commit 28cf73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN \
dpkg --add-architecture i386 && \
apt-get update && \
apt-get -y upgrade && \
apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386 ca-certificates && \
apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386 ca-certificates ssh && \
rm -rf /var/lib/apt/lists/* && \
update-ca-certificates

Expand Down

0 comments on commit 28cf73b

Please sign in to comment.