Skip to content

Commit 14576a1

Browse files
Fix for debconf term error
Fixes following error in Actions: `debconf: (Can't locate Term/ReadLine.pm in @inc (you may need to install the Term::ReadLine module) `
1 parent b8c990a commit 14576a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
1313
RUN chmod +x /entrypoint.sh ;\
1414
apt-get update -y ;\
1515
apt-get install --no-install-recommends -y \
16+
apt-utils \
1617
gpg-agent \
1718
software-properties-common ;\
19+
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections ;\
1820
add-apt-repository ppa:git-core/ppa ;\
1921
apt-get update -y ;\
2022
apt-get install --no-install-recommends -y \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Available in Docker Hub: [devopsinfra/action-commit-push:latest](https://hub.docker.com/repository/docker/devopsinfra/action-commit-push)
88

9-
And GitHub Packages: [ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:latest](https://github.com/devops-infra/action-commit-push/packages)
9+
And GitHub Packages: [ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:latest](https://github.com/orgs/devops-infra/packages/container/package/action-commit-push)
1010

1111

1212
Features:

0 commit comments

Comments
 (0)