10 Star 46 Fork 19

PKUMOD / gStore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
lsvih 提交于 2021-07-20 17:04 . Update Dockerfile
#This Dockerfile is just a primitive one. We welcome optimization and simplification.
#Attention:
#It is best to update the process of modification in the rear of the original code(reduce the order changes).
#Otherwise the speed of construction will be influenced on a large scale.
FROM lsvih/gcc-boost-cmake-java:v1
RUN apt update \
&& apt install -y --no-install-recommends \
libcurl4-openssl-dev \
libreadline-dev \
uuid-dev \
&& ldconfig -v \
&& echo "* - nofile 65535" >> /etc/security/limits.conf \
&& echo "* - noproc 65535" >> /etc/security/limits.conf
COPY . /usr/src/gstore
WORKDIR /usr/src/gstore
ENV LANG C.UTF-8
EXPOSE 80
RUN make pre -j && make -j \
&& apt autoclean && apt clean \
&& rm -rf /tmp/* /var/tmp/* \
&& rm -rf /usr/share/doc/* \
&& rm -rf /var/lib/apt/lists/*
C++
1
https://gitee.com/PKUMOD/gStore.git
git@gitee.com:PKUMOD/gStore.git
PKUMOD
gStore
gStore
0.9

搜索帮助