Skip to content

Commit e9db132

Browse files
author
ivalkenburg
committed
changed formatting slightly
1 parent cf18e9c commit e9db132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:fpm
22

3-
ENV DEBIAN_FRONTEND=noninteractive
3+
ENV DEBIAN_FRONTEND noninteractive
44

55
USER root
66

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu
22

3-
ENV DEBIAN_FRONTEND=noninteractive
3+
ENV DEBIAN_FRONTEND noninteractive
44
ENV TERM xterm
55

66
# UPGRADE BASE SYSTEM #############################################################################

0 commit comments

Comments
 (0)