File tree 19 files changed +28
-0
lines changed
19 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ package:
16
16
installed : true
17
17
nano :
18
18
installed : true
19
+ openssh :
20
+ installed : true
19
21
unzip :
20
22
installed : true
21
23
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
24
24
installed : true
25
25
nano :
26
26
installed : true
27
+ openssh :
28
+ installed : true
27
29
unzip :
28
30
installed : true
29
31
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
24
24
installed : true
25
25
nano :
26
26
installed : true
27
+ openssh :
28
+ installed : true
27
29
unzip :
28
30
installed : true
29
31
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ package:
16
16
installed : true
17
17
nano :
18
18
installed : true
19
+ openssh :
20
+ installed : true
19
21
unzip :
20
22
installed : true
21
23
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
24
24
installed : true
25
25
nano :
26
26
installed : true
27
+ openssh :
28
+ installed : true
27
29
unzip :
28
30
installed : true
29
31
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
24
24
installed : true
25
25
nano :
26
26
installed : true
27
+ openssh :
28
+ installed : true
27
29
unzip :
28
30
installed : true
29
31
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ package:
16
16
installed : true
17
17
nano :
18
18
installed : true
19
+ openssh :
20
+ installed : true
19
21
unzip :
20
22
installed : true
21
23
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
24
24
installed : true
25
25
nano :
26
26
installed : true
27
+ openssh :
28
+ installed : true
27
29
unzip :
28
30
installed : true
29
31
wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
27
27
unzip \
28
28
nano \
29
29
wait4x \
30
+ openssh \
30
31
# Temporary build dependencies for compiling Pecl extensions
31
32
&& apk add --no-cache --virtual .temp-build-deps \
32
33
$PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
24
24
installed : true
25
25
nano :
26
26
installed : true
27
+ openssh :
28
+ installed : true
27
29
unzip :
28
30
installed : true
29
31
wait4x :
Original file line number Diff line number Diff line change @@ -60,5 +60,6 @@ system_packages:
60
60
- unzip
61
61
- nano
62
62
- wait4x
63
+ - openssh
63
64
64
65
...
You can’t perform that action at this time.
0 commit comments