Skip to content

Commit

Permalink
Add OpenSSH and MySQL client
Browse files Browse the repository at this point in the history
  • Loading branch information
nbejansen committed Dec 5, 2023
1 parent 41ed515 commit c6e6829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ADD packages/php-${PHP_VERSION}.txt /tmp/packages.txt
RUN add-apt-repository ppa:ondrej/php \
&& mkdir -p /etc/php/current \
&& ln -sf /etc/php/current /etc/php/${PHP_VERSION} \
&& rt-install $(cat /tmp/packages.txt) rsync \
&& rt-install $(cat /tmp/packages.txt) rsync openssh-client mysql-client \
&& rt-rchown /etc/php/current

COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit c6e6829

Please sign in to comment.