Skip to content

Commit

Permalink
feat: add ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 8, 2023
1 parent 4523da3 commit cb46ab3
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/dev/7.4-cli-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/7.4-cli-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/7.4-fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/7.4-fpm-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/7.4-supervisord-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/7.4-supervisord-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/8.0-cli-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/8.0-cli-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/8.0-fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/8.0-fpm-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/8.0-supervisord-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/8.0-supervisord-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/8.1-cli-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/8.1-cli-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/8.1-fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/8.1-fpm-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions dist/dev/8.1-supervisord-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -eux; \
unzip \
nano \
wait4x \
openssh \
# Temporary build dependencies for compiling Pecl extensions
&& apk add --no-cache --virtual .temp-build-deps \
$PHPIZE_DEPS \
Expand Down
2 changes: 2 additions & 0 deletions dist/dev/8.1-supervisord-alpine/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ package:
installed: true
nano:
installed: true
openssh:
installed: true
unzip:
installed: true
wait4x:
Expand Down
1 change: 1 addition & 0 deletions src/group_vars/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ system_packages:
- unzip
- nano
- wait4x
- openssh

...

0 comments on commit cb46ab3

Please sign in to comment.