openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key to a user

release/v0.9
Alban Garrigue 9 years ago
parent 81fcc0db0c
commit 7d109573cb

@ -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

@ -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

Loading…
Cancel
Save