Add certstrap and set the PATH

This commit is contained in:
Scott Wallace 2022-04-06 08:35:53 +01:00
parent a964106666
commit 6a2036eaa2
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -20,8 +20,8 @@ FROM alpine:3.15
# Install some required tools # Install some required tools
RUN apk add fuse go jq RUN apk add fuse go jq
# RUN go install github.com/square/certstrap@latest RUN go install github.com/square/certstrap@latest
# ENV PATH=$PATH:/root/go/bin ENV PATH=$PATH:/root/go/bin
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app