1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-28 22:14:20 -04:00

Merge branch 'dev' of github.com:gogits/gogs into dev

This commit is contained in:
Unknwon 2015-02-22 18:24:52 -05:00
commit 2369881808
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ FROM ubuntu:14.04
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential ca-certificates curl \ build-essential ca-certificates curl \
bzr git mercurial \ bzr git mercurial openssh-client\
--no-install-recommends --no-install-recommends
ENV GOLANG_VERSION 1.3 ENV GOLANG_VERSION 1.3

View File

@ -5,7 +5,7 @@ FROM ubuntu:14.04
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -qy \ apt-get install -qy \
build-essential ca-certificates curl \ build-essential ca-certificates curl \
bzr git mercurial \ bzr git mercurial openssh-client\
--no-install-recommends --no-install-recommends
ENV GOLANG_VERSION 1.3 ENV GOLANG_VERSION 1.3