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 8475d45 commit f701587Copy full SHA for f701587
modules/tfe_init_replicated/templates/install_packages.func
@@ -18,7 +18,7 @@ function install_packages {
18
echo "[$(date +"%FT%T")] [Terraform Enterprise] Remove existing docker and install v24 with yum" | tee -a $log_pathname
19
yum -y remove docker
20
yum clean packages
21
- yum -y install docker-24.0.5-1.amzn2023.0.3
+ yum -y install docker-24.0.5-1.amzn2023.0.3 bc
22
23
systemctl start docker
24
systemctl enable docker
0 commit comments