]> source.dussan.org Git - gitea.git/commitdiff
openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key to a user
authorAlban Garrigue <alban@garrigue.me>
Sun, 22 Feb 2015 15:42:59 +0000 (16:42 +0100)
committerAlban Garrigue <alban@garrigue.me>
Sun, 22 Feb 2015 15:42:59 +0000 (16:42 +0100)
docker/blocks/docker_gogs/Dockerfile
docker/blocks/docker_gogs_dev/Dockerfile

index 2c98cc5011719100bfb8881ec99521486f219959..efedc31a80e2e9e9fe52fbd0db732882a25f755f 100644 (file)
@@ -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
index 2a628c2d5ef07fea6e9ab722ab2ea05c326b6ca2..ce653fbe7ed5b6edf339eaad060567577fba7d75 100644 (file)
@@ -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