install NordVPN client
This commit is contained in:
parent
d58802c2ab
commit
7a586ac613
2 changed files with 13 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ RUN rpm-ostree install system76-scheduler
|
||||||
RUN wget https://copr.fedorainfracloud.org/coprs/secureblue/bubblejail/repo/fedora-$(rpm -E %fedora)/secureblue-bubblejail-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_secureblue-bubblejail.repo && \
|
RUN wget https://copr.fedorainfracloud.org/coprs/secureblue/bubblejail/repo/fedora-$(rpm -E %fedora)/secureblue-bubblejail-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_secureblue-bubblejail.repo && \
|
||||||
rpm-ostree install bubblejail
|
rpm-ostree install bubblejail
|
||||||
|
|
||||||
|
# Install NordVPN client
|
||||||
|
RUN rpm-ostree install nordvpn
|
||||||
|
|
||||||
# Copy config files
|
# Copy config files
|
||||||
COPY etc /etc
|
COPY etc /etc
|
||||||
# Copy /usr
|
# Copy /usr
|
||||||
|
|
|
||||||
10
repo/nordvpn.repo
Normal file
10
repo/nordvpn.repo
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[nordvpn]
|
||||||
|
name=nordvpn repo
|
||||||
|
baseurl=https://repo.nordvpn.com/yum/nordvpn/centos/$basearch
|
||||||
|
type=rpm-md
|
||||||
|
skip_if_unavailable=True
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://repo.nordvpn.com/gpg/nordvpn_public.asc
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
enabled_metadata=1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue