提交 5069285d 编写于 作者: S storypku 提交者: Liu Jiaming

Docker: updated runtime.x86_64.dockerfile sample

上级 3e333484
......@@ -64,12 +64,12 @@ COPY --from=devel /etc/profile.d/apollo.sh /etc/profile.d/apollo.sh
COPY --from=devel /etc/ld.so.conf.d/apollo.conf /etc/ld.so.conf.d/apollo.conf
COPY syspkgs.txt /opt/apollo/syspkgs.txt
RUN apt-get -y update && \
apt-get -y install --no-install-recommends \
RUN apt-get -y update \
&& apt-get -y install --no-install-recommends \
silversearcher-ag \
$(cat /opt/apollo/syspkgs.txt) && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
$(cat /opt/apollo/syspkgs.txt) \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Restore
RUN bash /opt/apollo/installers/install_geo_adjustment.sh us
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册