新增Dockerfile文件
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM git.mesalab.cn:7443/mesa_framework/framework-build-env: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/*
|
||||
Reference in New Issue
Block a user