mirror of
https://github.com/clearlinux/clr-boot-manager.git
synced 2026-08-23 22:45:53 +00:00
5ee752d3b4
Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
18 lines
510 B
Docker
18 lines
510 B
Docker
#
|
|
# This file is part of clr-boot-manager.
|
|
#
|
|
# Copyright © 2017-2018 Intel Corporation
|
|
#
|
|
# clr-boot-manager is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public License as
|
|
# published by the Free Software Foundation; either version 2.1
|
|
# of the License, or (at your option) any later version.
|
|
#
|
|
|
|
FROM clearlinux:latest
|
|
ADD dockerrun.sh /dockerrun.sh
|
|
RUN swupd bundle-add os-core-update-dev c-basic dev-utils-dev
|
|
RUN swupd update
|
|
|
|
CMD ["/dockerrun.sh"]
|