Add Python Container

This commit is contained in:
Hongzhan Chen
2019-04-28 04:45:46 -04:00
committed by qzheng527
parent 52d995c05c
commit 230cba5536
4 changed files with 41 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM clearlinux:latest
MAINTAINER hongzhan.chen@intel.com
RUN swupd update $swupd_args && \
swupd bundle-add python3-basic $swupd_args
RUN rm -rf /var/lib/swupd
CMD ["python3"]