Use full URL for Fedora image
This commit is contained in:
parent
37cfb786c8
commit
b60bee5087
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:40
|
FROM registry.fedoraproject.org/fedora:40
|
||||||
|
|
||||||
LABEL maintainer="TechTransThai" \
|
LABEL maintainer="TechTransThai" \
|
||||||
description="Fedora image for BOINC client."
|
description="Fedora image for BOINC client."
|
||||||
|
@ -19,5 +19,6 @@ EXPOSE 31416
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
RUN dnf install boinc-client -y
|
RUN dnf install boinc-client -y
|
||||||
|
RUN dnf clean all
|
||||||
|
|
||||||
CMD ["start-boinc.sh"]
|
CMD ["start-boinc.sh"]
|
||||||
|
|
Loading…
Reference in a new issue