Skip to content

Commit 5325c6e

Browse files
Merge pull request #126 from devops-infra/bugfix/debconf
Fix for debconf term error
2 parents b8c990a + 4dcdaee commit 5325c6e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Use a clean tiny image to store artifacts in
22
FROM ubuntu:24.04
33

4+
# Disable interactive mode
5+
ENV DEBIAN_FRONTEND noninteractive
6+
47
# Multi-architecture from buildx
58
ARG TARGETPLATFORM
69

@@ -15,6 +18,7 @@ RUN chmod +x /entrypoint.sh ;\
1518
apt-get install --no-install-recommends -y \
1619
gpg-agent \
1720
software-properties-common ;\
21+
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections ;\
1822
add-apt-repository ppa:git-core/ppa ;\
1923
apt-get update -y ;\
2024
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)