Skip to content

Commit

Permalink
Fix dockerfile (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoerup committed Sep 19, 2023
1 parent d66e65b commit b34e300
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
@@ -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 \
Expand Down

0 comments on commit b34e300

Please sign in to comment.