mirror of
https://github.com/containers/skopeo.git
synced 2025-05-08 07:56:18 +00:00
Dockerfile: use golang-github-cpuguy83-go-md2man
the package was renamed on Fedora 31. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
0484557df8
commit
14f5abb6a6
@ -1,6 +1,6 @@
|
||||
FROM fedora
|
||||
|
||||
RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-go-md2man \
|
||||
RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-md2man \
|
||||
# storage deps
|
||||
btrfs-progs-devel \
|
||||
device-mapper-devel \
|
||||
|
Loading…
Reference in New Issue
Block a user