From 24207497366ef2993d184506ab441af54ab1b4f6 Mon Sep 17 00:00:00 2001 From: jalr Date: Thu, 15 Feb 2018 19:45:28 +0100 Subject: [PATCH] Add ssh client and server in respective components --- .gitlab-ci.yml | 2 +- packer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b21c7bb..706b3a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/packer.json b/packer.json index c629588..80719a6 100644 --- a/packer.json +++ b/packer.json @@ -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" ] }, {