Update cache before installing packages

pull/1299/head
Carl Tashian 1 year ago
parent 79b3924322
commit 4378300c80
No known key found for this signature in database

@ -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…
Cancel
Save