Specify that the HOME is /tmp in the container
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b6124b370c
commit
aa0e93f8f8
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ RUN dnf -y install python3-defusedxml python3-bugzilla python3-fedora \
|
||||||
&& mkdir /.cache
|
&& mkdir /.cache
|
||||||
|
|
||||||
COPY . /code
|
COPY . /code
|
||||||
|
ENV HOME=/tmp
|
||||||
RUN cd /code && python3 setup.py install
|
RUN cd /code && python3 setup.py install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue