Skip to content

Commit

Permalink
8.2-debian install openssh-client and sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppemorelli committed Nov 19, 2024
1 parent 64b8500 commit 47c49cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion php-8.2-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ RUN apt-get -y update \
apt-transport-https \
ca-certificates \
wget \
curl
curl \
openssh-client \
sudo

RUN eval "$(ssh-agent -s)"

# RUN apt-get dist-upgrade -y

Expand Down

0 comments on commit 47c49cc

Please sign in to comment.