Skip to content

Commit

Permalink
Use new virt-preview repo
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Nov 22, 2018
1 parent 20c278a commit 9327c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/docker-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM fedora:28

ENV LIBVIRT_VERSION 4.9.0

COPY fedora-virt-preview.repo /etc/yum.repos.d/fedora-virt-preview.repo

RUN dnf -y install libvirt-devel-${LIBVIRT_VERSION} make git mercurial sudo gcc findutils gradle rsync-daemon rsync qemu-img protobuf-compiler && \
RUN dnf install -y dnf-plugins-core && \
dnf copr enable -y @virtmaint-sig/virt-preview && \
dnf -y install libvirt-devel-${LIBVIRT_VERSION} make git mercurial sudo gcc findutils gradle rsync-daemon rsync qemu-img protobuf-compiler && \
dnf -y clean all

ENV GIMME_GO_VERSION=1.10
Expand Down

0 comments on commit 9327c57

Please sign in to comment.