diff --git a/Dockerfile b/Dockerfile index c4e1be1e7c5710b16265e9241bd1ba42a4ced38d..9060c5eb7d7314450476299a2bdfd57ebd43a888 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ 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