From b34e3003d1d6a4fd652155b63dcbc857e158af88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torben=20H=C3=B8rup?= Date: Tue, 19 Sep 2023 22:21:15 +0200 Subject: [PATCH] Fix dockerfile (#268) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9248455..c4d98454 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.19 as build -RUN apt-get update && apt-get install curl make +RUN apt-get update && apt-get install -y curl make # https://github.com/kubernetes-sigs/aws-iam-authenticator/releases RUN curl -o /aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.14.6/2019-08-22/bin/linux/amd64/aws-iam-authenticator \