Skip to content

Commit 6d13100

Browse files
committed
Fix Clearlinux image
1 parent dc9939e commit 6d13100

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

rootfs/clearlinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN swupd update --no-boot-update $swupd_args
99
RUN source /usr/lib/os-release; \
1010
kdir /install_root; \
1111
swupd os-install \
12-
--bundles=os-core-plus,binutils,which,cryptography,curl,make,jq,tmux,procps-ng,less \
12+
--bundles=os-core-plus,binutils,sysadmin-basic \
1313
-V ${VERSION_ID} \
1414
--path /install_root --statedir /swupd-state \
1515
--no-boot-update; \

rootfs/clearlinux/Dockerfile.os-core

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)