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
tango-tsg-master/Dockerfile
2019-12-11 10:03:10 +08:00

11 lines
236 B
Docker

FROM git.mesalab.cn:7443/mesa_platform/mesa_protocol:master
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/*