This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pangu-mesa-plug/Dockerfile

11 lines
223 B
Docker
Raw Normal View History

2019-07-03 17:31:39 +08:00
FROM git.mesalab.cn:7443/ntc/soq_master:collect
2019-07-03 14:40:34 +08:00
ENV kernelversion 3.10.0-693.el7.x86_64
COPY build/*.rpm /tmp/
RUN cd /tmp \
&& rpm -i *.rpm \
&& rm -rf /tmp/* \
&& yum clean all \
&& rm -rf /var/cache/yum/*