Skip to content
Snippets Groups Projects
Unverified Commit 247e0df4 authored by micah's avatar micah :speech_balloon:
Browse files

Install openvpn from buster-backports.

We need 2.5 for block-ipv6
parent aac26c36
No related branches found
No related tags found
No related merge requests found
Pipeline #61245 canceled
FROM debian:buster-backports AS build
RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential pkg-config git ca-certificates openvpn \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends -t buster-backports golang-go \
build-essential pkg-config git ca-certificates \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
-t buster-backports golang-go openvpn \
&& rm -rf /var/lib/apt/lists/*
# don't need to do bash tricks to keep the layers small, as this is a multi-stage build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment