forked from TrueCloudLab/certificates
Update cache before installing packages
This commit is contained in:
parent
79b3924322
commit
4378300c80
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ COPY --from=builder /src/bin/step-ca /usr/local/bin/step-ca
|
|||
COPY --from=kms /usr/local/bin/step-kms-plugin /usr/local/bin/step-kms-plugin
|
||||
|
||||
USER root
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --no-install-recommends libcap2-bin && \
|
||||
setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/step-ca
|
||||
RUN apt-get install -y --no-install-recommends pcscd libpcsclite1
|
||||
|
|
Loading…
Reference in a new issue