From: Alban Garrigue Date: Sun, 22 Feb 2015 15:42:59 +0000 (+0100) Subject: openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key to a user X-Git-Tag: v0.9.99~1443^2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7d109573cbed38084ae8019c57375735d2296b56;p=gitea.git openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key to a user --- diff --git a/docker/blocks/docker_gogs/Dockerfile b/docker/blocks/docker_gogs/Dockerfile index 2c98cc5011..efedc31a80 100644 --- a/docker/blocks/docker_gogs/Dockerfile +++ b/docker/blocks/docker_gogs/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:14.04 RUN apt-get update && apt-get install -y \ build-essential ca-certificates curl \ - bzr git mercurial \ + bzr git mercurial openssh-client\ --no-install-recommends ENV GOLANG_VERSION 1.3 diff --git a/docker/blocks/docker_gogs_dev/Dockerfile b/docker/blocks/docker_gogs_dev/Dockerfile index 2a628c2d5e..ce653fbe7e 100644 --- a/docker/blocks/docker_gogs_dev/Dockerfile +++ b/docker/blocks/docker_gogs_dev/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:14.04 RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get install -qy \ build-essential ca-certificates curl \ - bzr git mercurial \ + bzr git mercurial openssh-client\ --no-install-recommends ENV GOLANG_VERSION 1.3