Skip to content

Commit afeaa28

Browse files
committed
set ENV DEBIAN_FRONTEND
1 parent 80ca0da commit afeaa28

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

Dockerfile-56

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ FROM php:5.6-fpm
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

11+
# Set Environment Variables
12+
ENV DEBIAN_FRONTEND noninteractive
13+
1114
#
1215
#--------------------------------------------------------------------------
1316
# Software's Installation

Dockerfile-70

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ FROM php:7.0-fpm
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

11+
# Set Environment Variables
12+
ENV DEBIAN_FRONTEND noninteractive
13+
1114
#
1215
#--------------------------------------------------------------------------
1316
# Software's Installation

Dockerfile-71

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ FROM php:7.1-fpm
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

11+
# Set Environment Variables
12+
ENV DEBIAN_FRONTEND noninteractive
13+
1114
#
1215
#--------------------------------------------------------------------------
1316
# Software's Installation

Dockerfile-72

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ FROM php:7.2-fpm
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

11+
# Set Environment Variables
12+
ENV DEBIAN_FRONTEND noninteractive
13+
1114
#
1215
#--------------------------------------------------------------------------
1316
# Software's Installation

Dockerfile-73

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ FROM php:7.3-fpm
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

11+
# Set Environment Variables
12+
ENV DEBIAN_FRONTEND noninteractive
13+
1114
#
1215
#--------------------------------------------------------------------------
1316
# Software's Installation

0 commit comments

Comments
 (0)