Create the .cache folder for bugzilla to store its info
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
c2e99dbdfa
commit
b6124b370c
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ LABEL maintainer "Pierre-Yves Chibon <pingou@pingoured.fr>"
|
||||||
|
|
||||||
RUN dnf -y install python3-defusedxml python3-bugzilla python3-fedora \
|
RUN dnf -y install python3-defusedxml python3-bugzilla python3-fedora \
|
||||||
python3-pyyaml python3-requests python3-toml python3-dogpile-cache \
|
python3-pyyaml python3-requests python3-toml python3-dogpile-cache \
|
||||||
&& dnf clean all
|
&& dnf clean all \
|
||||||
|
&& mkdir /.cache
|
||||||
|
|
||||||
COPY . /code
|
COPY . /code
|
||||||
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