Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
disable copr repo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Feb 4, 2020
1 parent 602a9b0 commit 09e8abf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/lets_connect_centos_8_rpm.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM centos:8

RUN yum install -y yum-plugin-copr epel-release

RUN yum copr enable -y gijzelaerr/eduvpn-client
## nothing there yet for centos8 so cant enable
# RUN yum copr enable -y gijzelaerr/eduvpn-client

RUN yum install -y \
rpm-build \
Expand Down Expand Up @@ -32,7 +33,7 @@ RUN rpmdev-setuptree
ADD . /code
WORKDIR /code

RUN python setup_letsconnect.py sdist
RUN python3 setup_letsconnect.py sdist
RUN cp dist/*.tar.gz /root/rpmbuild/SOURCES/.
RUN rpmbuild -bs rpm/lets_connect_centos8.spec
RUN rpmbuild -bb rpm/lets_connect_centos8.spec
Expand Down

0 comments on commit 09e8abf

Please sign in to comment.