mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Merge pull request #978 from albang/dev
[docker] openssh-client provide ssh-keygen.
This commit is contained in:
commit
e97a6ff911
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue