1 Star 0 Fork 0

术木 / glog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.ubuntu.template 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
NeroBurner 提交于 2018-05-23 13:56 . ci: add appveyor and travis config
# Build Ubuntu image
FROM @BUILD_ARCH@/@BUILD_FLAVOR@:@BUILD_RELEASE@
# see https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/run
RUN apt-get update && \
apt-get install -y --no-install-recommends \
@BUILD_PACKAGES@ \
build-essential \
g++
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app
1
https://gitee.com/spy109/glog.git
git@gitee.com:spy109/glog.git
spy109
glog
glog
master

搜索帮助