From 6a2036eaa28d02292960cf58795b8928bc1414fc Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 6 Apr 2022 08:35:53 +0100 Subject: [PATCH] Add certstrap and set the PATH --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0933260..aaa0a81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,8 @@ FROM alpine:3.15 # Install some required tools RUN apk add fuse go jq -# RUN go install github.com/square/certstrap@latest -# ENV PATH=$PATH:/root/go/bin +RUN go install github.com/square/certstrap@latest +ENV PATH=$PATH:/root/go/bin RUN mkdir /app WORKDIR /app