This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge branch 'dev' of github.com:gogits/gogs into dev
tags/v1.2.0-rc1
Unknwon
10 years ago
parent
f6e65b5e06
b72708ad0b
commit
a8b07e6688
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