This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'dev' of github.com:gogits/gogs into dev
for-closed-social
Unknwon
9 years ago
parent
04164eada3
e97a6ff911
commit
2369881808
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker/blocks/docker_gogs/Dockerfile
+1
-1
docker/blocks/docker_gogs_dev/Dockerfile
+ 1
- 1
docker/blocks/docker_gogs/Dockerfile
View 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
+ 1
- 1
docker/blocks/docker_gogs_dev/Dockerfile
View 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
Write
Preview
Loading…
Cancel
Save