Add certstrap and set the PATH
This commit is contained in:
parent
a964106666
commit
6a2036eaa2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue