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 9d21314 commit 977451cCopy full SHA for 977451c
1 file changed
.github/workflows/build-packages.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Test DEB
101
if: matrix.type == 'deb'
102
run: |
103
- docker run --rm -v $PWD/pkg:/pkg ubuntu:22.04 bash -c "
+ docker run --rm -v $PWD/pkg:/pkg -e DEBIAN_FRONTEND=noninteractive ubuntu:22.04 bash -c "
104
# Install PostgreSQL repository
105
apt-get update
106
apt-get install -y wget gnupg2 lsb-release
0 commit comments