mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-19 04:07:42 +00:00
Add Python Container
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user