Skip to content
Snippets Groups Projects
Verified Commit e4205d7e authored by micah's avatar micah :speech_balloon:
Browse files

Use the golang from buster-backports as out shapeshifter-dispatcher is pinned to

use go 1.13 so it can utilize go modules
parent 822a9e8e
No related branches found
No related tags found
No related merge requests found
FROM debian:buster AS build
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 golang-go git ca-certificates openvpn \
build-essential pkg-config git ca-certificates openvpn \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends -t buster-backports golang-go \
&& 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.
Finish editing this message first!
Please register or to comment