From 67e1de7e57a843622a824f68e4ffb40d8b9ff320 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 27 Mar 2020 21:34:09 -0600 Subject: Use virtualenv, pip-licenses to scan projects * Add PIL License to list of normalized licenses * Update Python 3 v2.0 report fixture * Add CHANGELOG entry * Define local variables in bash functions * Ensure `SETUP_CMD` continues to work for python projects * build virtualenv app-data cache * Fallback to legacy scanner when SETUP_CMD is used * Extract Shell class to be able to pass custom env --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6c0160e..4390330 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,9 @@ RUN apt-get update -q \ FROM debian:stable-slim as tools-builder ENV ASDF_DATA_DIR="/opt/asdf" -ENV PATH="${ASDF_DATA_DIR}/shims:${ASDF_DATA_DIR}/bin:${PATH}" -ENV TERM="xterm" ENV HOME=/root +ENV PATH="${ASDF_DATA_DIR}/shims:${ASDF_DATA_DIR}/bin:${HOME}/.local/bin:${PATH}" +ENV TERM="xterm" WORKDIR $HOME COPY config /root COPY config/01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc -- cgit v1.2.3