forked from TrueCloudLab/certificates
add pcsc-lite
This commit is contained in:
parent
221ced5c51
commit
6ee48ca631
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ COPY --from=builder /src/bin/step-yubikey-init /usr/local/bin/step-yubikey-init
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN apk add --no-cache libcap && setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/step-ca
|
RUN apk add --no-cache libcap && setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/step-ca
|
||||||
RUN apk add --no-cache pcsc-lite-libs
|
RUN apk add --no-cache pcsc-lite pcsc-lite-libs
|
||||||
USER step
|
USER step
|
||||||
|
|
||||||
ENV CONFIGPATH="/home/step/config/ca.json"
|
ENV CONFIGPATH="/home/step/config/ca.json"
|
||||||
|
|
Loading…
Reference in a new issue