mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key to a user
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user