We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd02c95 commit ffe404bCopy full SHA for ffe404b
packages/orchestrator/internal/template/build/phases/base/provision.sh
@@ -7,7 +7,7 @@ echo "Making configuration immutable"
7
{{ .BusyBox }} chattr +i /etc/resolv.conf
8
9
# Install required packages if not already installed
10
-PACKAGES="systemd systemd-sysv openssh-server sudo chrony linuxptp socat curl"
+PACKAGES="systemd systemd-sysv openssh-server sudo chrony linuxptp socat curl ca-certificates"
11
echo "Checking presence of the following packages: $PACKAGES"
12
13
MISSING=""
0 commit comments