Skip to content

Commit

Permalink
RUN apk add --no-cache git inotify-tools openssh-client \
Browse files Browse the repository at this point in the history
  • Loading branch information
aozhuochao committed Jul 29, 2024
1 parent 2202e58 commit d250f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/php-git-opcache/Dockerfile.php-git-opcache.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV GIT_DIR_ENV=/app \
PHP_HOST_PORT='php:9000'


RUN apk add --no-cache git inotify-tools openssh \
RUN apk add --no-cache git inotify-tools openssh-client \
&& git config --global --add safe.directory "*"
# && sed -e 's#StrictHostKeyChecking .*#StrictHostKeyChecking no#' /etc/ssh/ssh_config > /etc/ssh/ssh_config

Expand Down

0 comments on commit d250f9e

Please sign in to comment.