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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue