Skip to content

Commit

Permalink
Merge pull request #65 from weierophinney/hotfix/noninteractive-apt
Browse files Browse the repository at this point in the history
Ensure apt runs in noninteractive mode
  • Loading branch information
Ocramius authored Dec 23, 2021
2 parents 1496255 + 087bef8 commit d0ae98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LABEL "homepage"="http://github.com/laminas/laminas-continuous-integration-actio
LABEL "maintainer"="https://github.com/laminas/technical-steering-committee/"

ENV COMPOSER_HOME=/usr/local/share/composer
ENV DEBIAN_FRONTEND=noninteractive

COPY setup /setup
# Base setup
Expand Down

0 comments on commit d0ae98e

Please sign in to comment.