this post was submitted on 07 Aug 2024
1 points (100.0% liked)

Mullvad VPN

8 readers
1 users here now

The unofficial community subreddit for Mullvad VPN.

founded 1 year ago
MODERATORS
 
The original post: /r/mullvadvpn by /u/BitchPleaseImAT-Rex on 2024-08-07 19:02:23.

As the title says, trying to build a docker image with mullvad installed, however the installation continuously fail at the below last command, as the installation times at every time at "get 86 http://deb.debian.org/debian bullseye/main amd64 libgtk-3-bin amd64 3.24.24-4+deb11u3 [125 kB]."

I am pretty lost for what to do, as I have tried almost everything - any help is much appreciated

RUN apt-get update && apt-get install -y curl lsb-release
RUN curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
RUN echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/mullvad.list
RUN apt update
RUN echo "Y" | apt install mullvad-vpn

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here