Files
dockerfiles/python/Dockerfile
T
2019-04-29 08:31:56 +08:00

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"]