1 Star 0 Fork 0

s_baoshan / CSAPP-3e-Solutions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
DreamAndDead 提交于 2018-01-23 15:59 . fix tini address error
FROM ubuntu:16.04
MAINTAINER DreamAndDead <favorofife@yeah.net>
RUN apt-get update \
&& apt-get install -y --no-install-recommends make gcc \
tcl8.5-dev tk8.5-dev flex bison nodejs nodejs-legacy npm calibre \
&& npm install -g gitbook-cli \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
ADD https://github.com/krallin/tini/releases/download/v0.16.1/tini /tini
RUN chmod 755 /tini
ENTRYPOINT ["/tini", "--"]
RUN umask 0000; mkdir /gitbook
ENV HOME=/gitbook
VOLUME /gitbook /src
EXPOSE 4000
WORKDIR /src
CMD ["bash"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/floydshow/CSAPP-3e-Solutions.git
git@gitee.com:floydshow/CSAPP-3e-Solutions.git
floydshow
CSAPP-3e-Solutions
CSAPP-3e-Solutions
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891