Skip to content

Commit f701587

Browse files
committed
Install the bc package on amazon linux
1 parent 8475d45 commit f701587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tfe_init_replicated/templates/install_packages.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function install_packages {
1818
echo "[$(date +"%FT%T")] [Terraform Enterprise] Remove existing docker and install v24 with yum" | tee -a $log_pathname
1919
yum -y remove docker
2020
yum clean packages
21-
yum -y install docker-24.0.5-1.amzn2023.0.3
21+
yum -y install docker-24.0.5-1.amzn2023.0.3 bc
2222

2323
systemctl start docker
2424
systemctl enable docker

0 commit comments

Comments
 (0)