Skip to content

Commit

Permalink
Use focal repo because groovy doesn't have pritunl apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1a8510f2 authored Aug 16, 2021
1 parent 7188285 commit 143a888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:groovy

RUN apt-get update && apt-get upgrade -y --no-install-recommends && \
apt-get install -y --no-install-recommends gnupg ca-certificates && \
echo "deb https://repo.pritunl.com/stable/apt groovy main" > /etc/apt/sources.list.d/pritunl.list && \
echo "deb https://repo.pritunl.com/stable/apt focal main" > /etc/apt/sources.list.d/pritunl.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A && \
apt-get update && \
apt-get install -y pritunl

0 comments on commit 143a888

Please sign in to comment.