Explorar o código

Fix tzdata and equivs.

Ian Walton %!s(int64=3) %!d(string=hai) anos
pai
achega
1f0071cb51
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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