From c4635a27d6c80331486929bbbb150030d172291e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 3 Mar 2021 22:14:57 +0200 Subject: [PATCH] Set the home directory. Don't use the host user home directory. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5c11768..eb18780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/ # hadolint ignore=DL3013 RUN pip install --no-cache-dir pipenv WORKDIR /poquita +ENV HOME /poquita COPY Pipfile* ./ # hadolint ignore=DL3018 RUN apk add --update --no-cache --virtual .lxml-build build-base git libxslt-dev && \ -- GitLab