File tree Expand file tree Collapse file tree 19 files changed +28
-0
lines changed
Expand file tree Collapse file tree 19 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
2727 unzip \
2828 nano \
2929 wait4x \
30+ openssh \
3031 # Temporary build dependencies for compiling Pecl extensions
3132 && apk add --no-cache --virtual .temp-build-deps \
3233 $PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ package:
1616 installed : true
1717 nano :
1818 installed : true
19+ openssh :
20+ installed : true
1921 unzip :
2022 installed : true
2123 wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
2727 unzip \
2828 nano \
2929 wait4x \
30+ openssh \
3031 # Temporary build dependencies for compiling Pecl extensions
3132 && apk add --no-cache --virtual .temp-build-deps \
3233 $PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
2424 installed : true
2525 nano :
2626 installed : true
27+ openssh :
28+ installed : true
2729 unzip :
2830 installed : true
2931 wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
2727 unzip \
2828 nano \
2929 wait4x \
30+ openssh \
3031 # Temporary build dependencies for compiling Pecl extensions
3132 && apk add --no-cache --virtual .temp-build-deps \
3233 $PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
2424 installed : true
2525 nano :
2626 installed : true
27+ openssh :
28+ installed : true
2729 unzip :
2830 installed : true
2931 wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
2727 unzip \
2828 nano \
2929 wait4x \
30+ openssh \
3031 # Temporary build dependencies for compiling Pecl extensions
3132 && apk add --no-cache --virtual .temp-build-deps \
3233 $PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ package:
1616 installed : true
1717 nano :
1818 installed : true
19+ openssh :
20+ installed : true
1921 unzip :
2022 installed : true
2123 wait4x :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUN set -eux; \
2727 unzip \
2828 nano \
2929 wait4x \
30+ openssh \
3031 # Temporary build dependencies for compiling Pecl extensions
3132 && apk add --no-cache --virtual .temp-build-deps \
3233 $PHPIZE_DEPS \
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ package:
2424 installed : true
2525 nano :
2626 installed : true
27+ openssh :
28+ installed : true
2729 unzip :
2830 installed : true
2931 wait4x :
You can’t perform that action at this time.
0 commit comments