1 Star 0 Fork 10

turingtest / runcode

forked from 莫粒 / runcode 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
莫粒 提交于 2015-03-13 17:58 . fix Dockerfile wget error
# Version: 0.1
FROM ubuntu:14.04
MAINTAINER Moli "molisoft@qq.com"
RUN apt-get update
RUN apt-get -y install php5
RUN apt-get -y install ruby
RUN apt-get -y install wget
RUN apt-get -y install python-software-properties
RUN apt-get -y install golang
RUN export GOROOT=/usr/lib/go
RUN export GOBIN=/usr/bin/g
RUN apt-get update
RUN apt-get -y install python2.7
RUN apt-get -y install openjdk-7-jre
RUN apt-get -y install openjdk-7-jdk
RUN apt-get -y install g++
RUN wget http://git.oschina.net/moli/runcode/raw/master/run.rb -P /root/
Ruby
1
https://gitee.com/turingtest/runcode.git
git@gitee.com:turingtest/runcode.git
turingtest
runcode
runcode
master

搜索帮助