Ver Fonte

Fix tzdata and equivs.

Ian Walton há 3 anos atrás
pai
commit
1f0071cb51
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      deployment/Dockerfile.debian

+ 2 - 1
deployment/Dockerfile.debian

@@ -14,7 +14,8 @@ ENV IS_DOCKER=YES
 
 # Prepare Debian build environment
 RUN apt-get update \
-  && apt-get install -y debhelper mmv git curl devscripts
+  && DEBIAN_FRONTEND="noninteractive" TZ="America/New_York" \
+     apt-get install -y debhelper mmv git curl devscripts equivs
 
 
 # Link to build script