mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-29 09:05:52 +00:00
9 lines
193 B
Docker
9 lines
193 B
Docker
FROM clearlinux:latest
|
|
MAINTAINER hongzhan.chen@intel.com
|
|
|
|
RUN swupd update --no-boot-update $swupd_args && \
|
|
swupd bundle-add ruby-basic $swupd_args
|
|
RUN rm -rf /var/lib/swupd
|
|
|
|
CMD ["irb"]
|