Add ssh client and server in respective components
This commit is contained in:
parent
f942680b59
commit
2420749736
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ packer:
|
|||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
- apk add --no-cache ansible
|
||||
- apk add --no-cache ansible openssh-client
|
||||
script:
|
||||
- bin/packer build packer.json
|
||||
- gzip -k -f rootfs.tar
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"echo \"commit tag: {{user `ci_commit_tag`}}\" >> /.build-info",
|
||||
"echo \"commit ref name: {{user `ci_commit_ref_name`}}\" >> /.build-info",
|
||||
"echo \"commit ref slug: {{user `ci_commit_ref_slug`}}\" >> /.build-info",
|
||||
"apt-get update && apt-get -y install python"
|
||||
"apt-get update && apt-get -y install python openssh-server"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue