forked from podman-container-tools/podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile.Fedora.openshift
More file actions
32 lines (29 loc) · 912 Bytes
/
Copy pathDockerfile.Fedora.openshift
File metadata and controls
32 lines (29 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
FROM registry.fedoraproject.org/fedora:28
# This Dockerfile is only for building libpod and running
# validation and gofmt tests.
RUN dnf -y install btrfs-progs-devel \
bzip2 \
findutils \
git \
glib2-devel \
glibc-static \
gnupg \
golang \
golang-github-cpuguy83-go-md2man \
gpgme-devel \
libassuan-devel \
libseccomp-devel \
libselinux-devel \
skopeo-containers \
make \
ostree-devel \
python \
python3-dateutil \
python3-psutil \
python3-pytoml \
python3-varlink \
golang-github-cpuguy83-go-md2man \
rpm-build \
slirp4netns \
iptables && dnf -y clean all
ENV GOPATH=/go