forked from TrueCloudLab/certificates
space
This commit is contained in:
parent
66ba6048a4
commit
df8eca2c19
1 changed files with 1 additions and 0 deletions
|
@ -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 apk add --no-cache gcc musl-dev pkgconf pcsc-lite-dev
|
||||||
RUN make V=1 GOFLAGS="" build
|
RUN make V=1 GOFLAGS="" build
|
||||||
|
|
||||||
|
|
||||||
FROM smallstep/step-cli:latest
|
FROM smallstep/step-cli:latest
|
||||||
|
|
||||||
COPY --from=builder /src/bin/step-ca /usr/local/bin/step-ca
|
COPY --from=builder /src/bin/step-ca /usr/local/bin/step-ca
|
||||||
|
|
Loading…
Reference in a new issue