Skip to content

Commit d0ae98e

Browse files
authored
Merge pull request #65 from weierophinney/hotfix/noninteractive-apt
Ensure apt runs in noninteractive mode
2 parents 1496255 + 087bef8 commit d0ae98e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ LABEL "homepage"="http://github.com/laminas/laminas-continuous-integration-actio
77
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"
88

99
ENV COMPOSER_HOME=/usr/local/share/composer
10+
ENV DEBIAN_FRONTEND=noninteractive
1011

1112
COPY setup /setup
1213
# Base setup

0 commit comments

Comments
 (0)