Commit c4635a27 authored by nimrod's avatar nimrod
Browse files

Set the home directory.

Don't use the host user home directory.
parent 09be01d2
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 && \