1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-09 16:36:29 +00:00

Merge pull request from giuseppe/fix-pkg-name

Dockerfile: use golang-github-cpuguy83-go-md2man
This commit is contained in:
Miloslav Trmač 2019-10-30 13:23:31 +01:00 committed by GitHub
commit 153520e20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \