1 Star 0 Fork 1.1K

腾飞工作室 / BookStack

forked from 进击的皇虫 / BookStack 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
TruthHun 提交于 2018-06-26 22:28 . 增加Dockerfile
FROM ubuntu:16.04
MAINTAINER "TruthHun <TruthHun@QQ.COM>"
# 安装依赖
RUN apt update -y \
&& apt install -y locales \
&& rm -rf /var/lib/apt/lists/* \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
&& apt update -y \
&& apt install -y fonts-wqy-zenhei fonts-wqy-microhei \
&& apt install -y xdg-utils wget xz-utils python chromium-browser \
&& wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin
ENV LANG en_US.utf8
# 将程序拷贝进去
COPY . /www/BookStack/
# 将程序拷贝进去
COPY lib/time/zoneinfo.zip /usr/local/go/lib/time/
RUN chmod 0777 -R /www/BookStack/
WORKDIR /www/BookStack/
RUN ./BookStack install
CMD [ "./BookStack" ]
Go
1
https://gitee.com/tfgzsdgit/BookStack.git
git@gitee.com:tfgzsdgit/BookStack.git
tfgzsdgit
BookStack
BookStack
master

搜索帮助