mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-29 17:17:05 +00:00
9 lines
183 B
Docker
9 lines
183 B
Docker
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"]
|