wuxw
2019-12-29 6ea1055e8376197bb93ad019b1ced103198d79ff
1
2
3
4
5
6
7
8
9
10
FROM registry.cn-beijing.aliyuncs.com/sxd/ubuntu-java8:1.0
MAINTAINER wuxw <928255095@qq.com>
 
 
ADD bin/start_hardwareAdapation.sh /root/
 
 
RUN chmod u+x /root/start_hardwareAdapation.sh
 
CMD ["/root/start_hardwareAdapation.sh","dev"]