Skip to content

Commit abc4297

Browse files
authored
[metalprobe.service] install docker-cli
1 parent 0cc0f3b commit abc4297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ignition/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ systemd:
3434
Type=oneshot
3535
RemainAfterExit=yes
3636
ExecStart=/usr/bin/apt-get update
37-
ExecStart=/usr/bin/apt-get install docker.io -y
37+
ExecStart=/usr/bin/apt-get install docker.io docker-cli -y
3838
[Install]
3939
WantedBy=multi-user.target
4040
- name: docker.service

0 commit comments

Comments
 (0)