From: Peter van Dijk Date: Fri, 13 Nov 2020 18:43:35 +0000 (+0100) Subject: add venv to Dockerfile-auth for JSON API file X-Git-Tag: auth-4.4.0-beta1~9^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94f9c6300c60a7d984d6348aa05885388b9e2db;p=thirdparty%2Fpdns.git add venv to Dockerfile-auth for JSON API file --- diff --git a/Dockerfile-auth b/Dockerfile-auth index f56c6b6afc..f8754d6ff4 100644 --- a/Dockerfile-auth +++ b/Dockerfile-auth @@ -7,7 +7,7 @@ FROM debian:10-slim AS builder RUN apt-get update && apt-get -y dist-upgrade && apt-get clean # devscripts gives us mk-build-deps (and a lot of other stuff) -RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y --no-install-recommends devscripts equivs git && apt-get clean +RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y --no-install-recommends devscripts equivs git python3-venv && apt-get clean # import everything - this could be pdns.git OR an auth tarball! COPY builder-support /source/builder-support