Dockerfile: plugins for dnf download
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e6ca9482c8
commit
e99be3b2f8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM fedora
|
||||
|
||||
RUN dnf install -y jq skopeo findutils file
|
||||
RUN dnf install -y jq skopeo findutils file 'dnf-command(download)'
|
||||
|
||||
COPY . /usr/local/bin/
|
||||
|
||||
|
|
Loading…
Reference in a new issue