Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit c8f1dae

Browse files
committed
Revert "Install git and openssh together with composer"
This reverts commit 0c741a4.
1 parent 0c741a4 commit c8f1dae

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cli/conf/composer/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ container_init_directory="${1}"
66
echo "Copying composer initial scripts to the global init directory"
77
cp -R "${current_dir}/init.d/." "${container_init_directory}"
88

9-
apk add --no-cache git openssh-client \
10-
&& install-php-extensions @composer-^2
9+
install-php-extensions @composer-^2

fpm/conf/composer/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ container_init_directory="${1}"
66
echo "Copying composer initial scripts to the global init directory"
77
cp -R "${current_dir}/init.d/." "${container_init_directory}"
88

9-
apk add --no-cache git openssh-client \
10-
&& install-php-extensions @composer-^2
9+
install-php-extensions @composer-^2

0 commit comments

Comments
 (0)