Browse Source

Fix tzdata and equivs.

Ian Walton 3 years ago
parent
commit
1f0071cb51
1 changed files with 2 additions and 1 deletions
  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