Casper 6 months ago
parent
commit
46f8738c59
2 changed files with 2 additions and 2 deletions
  1. 1 1
      sri-server-bg01/Dockerfile
  2. 1 1
      sri-server-bg02/Dockerfile

+ 1 - 1
sri-server-bg01/Dockerfile

@@ -1,5 +1,5 @@
 FROM ubuntu:20.04
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
 
 RUN echo "Update apt:" \
     && set -x \

+ 1 - 1
sri-server-bg02/Dockerfile

@@ -1,5 +1,5 @@
 FROM ubuntu:20.04
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
 
 RUN echo "Install Python v3.8:" \
     && apt-get update \