This commit is contained in:
Jakob Schlyter 2022-04-25 14:14:23 +02:00
parent 66ba6048a4
commit df8eca2c19

View file

@ -7,6 +7,7 @@ RUN apk add --no-cache curl git make
RUN apk add --no-cache gcc musl-dev pkgconf pcsc-lite-dev
RUN make V=1 GOFLAGS="" build
FROM smallstep/step-cli:latest
COPY --from=builder /src/bin/step-ca /usr/local/bin/step-ca