Ai
2 Star 0 Fork 0

mirrors_vlsi/kotlin-web-site

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
Prendota 提交于 2018-02-13 17:43 +08:00 . Add option DEBIAN_FRONTEND=noninteractive
FROM python:3.6
ARG DEBIAN_FRONTEND=noninteractive
COPY requirements.txt /tmp
RUN apt-get update; \
apt-get install -y build-essential xorg gdebi ruby; \
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz; \
tar xf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz; \
mv wkhtmltox/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf; \
chmod +x /usr/local/bin/wkhtmltopdf;
RUN pip install -r /tmp/requirements.txt; \
gem install kramdown;
EXPOSE 5000
ENTRYPOINT python /src/kotlin-website.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_vlsi/kotlin-web-site.git
git@gitee.com:mirrors_vlsi/kotlin-web-site.git
mirrors_vlsi
kotlin-web-site
kotlin-web-site
master

搜索帮助