WS-207807 # Refine building flow
This commit is contained in:
11
build/x2t-snadbox-rulegen-ubuntu.dockerfile
Normal file
11
build/x2t-snadbox-rulegen-ubuntu.dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
ARG BASE_IMAGE=nexus.jianguoyun.net.cn/infra/documentserver:7.3.3-2
|
||||
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
RUN ln -svf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||
apt-get update && \
|
||||
apt-get install -y build-essential libseccomp-dev curl pkg-config libseccomp2 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s - -y
|
||||
|
||||
ENTRYPOINT []
|
Reference in New Issue
Block a user