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

Commit 0c741a4

Browse files
committed
Install git and openssh together with composer
1 parent 04c890e commit 0c741a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cli/conf/composer/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ 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-
install-php-extensions @composer-^2
9+
apk add --no-cache git openssh-client \
10+
&& install-php-extensions @composer-^2

fpm/conf/composer/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ 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-
install-php-extensions @composer-^2
9+
apk add --no-cache git openssh-client \
10+
&& install-php-extensions @composer-^2

0 commit comments

Comments
 (0)