Skip to content

Commit ffe404b

Browse files
authored
feat: add ca-certificates to the default installed packages (#1391)
1 parent fd02c95 commit ffe404b

File tree

1 file changed

+1
-1
lines changed
  • packages/orchestrator/internal/template/build/phases/base

1 file changed

+1
-1
lines changed

packages/orchestrator/internal/template/build/phases/base/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "Making configuration immutable"
77
{{ .BusyBox }} chattr +i /etc/resolv.conf
88

99
# Install required packages if not already installed
10-
PACKAGES="systemd systemd-sysv openssh-server sudo chrony linuxptp socat curl"
10+
PACKAGES="systemd systemd-sysv openssh-server sudo chrony linuxptp socat curl ca-certificates"
1111
echo "Checking presence of the following packages: $PACKAGES"
1212

1313
MISSING=""

0 commit comments

Comments
 (0)