Use the correct dnf syntax to install a specific package version.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
4f78f83aac
commit
ef3b1ca21b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ LABEL BZComponent="$NAME" \
|
|||
Release="$RELEASE.$DISTTAG" \
|
||||
Architecture="$ARCH"
|
||||
|
||||
RUN dnf install -y docker-distribution==2.5.1 && dnf clean all
|
||||
RUN dnf install -y docker-distribution-2.5.1 && dnf clean all
|
||||
|
||||
VOLUME ["/var/lib/registry"]
|
||||
EXPOSE 5000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue