Specify that the HOME is /tmp in the container

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-12-06 14:00:58 +01:00 committed by Nils Philippsen
parent b6124b370c
commit aa0e93f8f8

View file

@ -9,4 +9,5 @@ RUN dnf -y install python3-defusedxml python3-bugzilla python3-fedora \
&& mkdir /.cache
COPY . /code
ENV HOME=/tmp
RUN cd /code && python3 setup.py install