Skip to content

Commit

Permalink
chore(Dockerfile): missing ssh package (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 authored Jan 25, 2024
1 parent b7fb0aa commit 17c7724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get update -q \
&& apt-get install -yq --no-install-recommends \
git=1:2.39.2-1.1 \
ssh=1:9.2p1-2+deb12u2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/log/*

Expand Down

0 comments on commit 17c7724

Please sign in to comment.