Adds libpcsclite to buildbox & release image for PIV integration (#16083)

Adds libpcsclite to buildbox for PIV integration

See-Also: #15335
This commit is contained in:
Trent Clarke 2022-09-05 21:40:47 +10:00 committed by GitHub
parent e6d86299a8
commit 758c968748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 0 deletions

View file

@ -127,6 +127,7 @@ RUN apt-get update -y --fix-missing && \
zip \
zlib1g-dev \
xauth \
libpcsclite-dev \
&& \
pip3 --no-cache-dir install yamllint && \
dpkg-reconfigure locales && \

View file

@ -129,6 +129,8 @@ RUN yum groupinstall -y 'Development Tools' && \
# used by our Makefile
which \
zip \
# required by PIV integration
pcsc-lite-devel \
# required by libbpf
zlib-static && \
yum clean all

View file

@ -62,6 +62,8 @@ RUN yum groupinstall -y 'Development Tools' && \
# used by our Makefile
which \
zip \
# required by PIV integration
pcsc-lite-devel \
# required by libbpf
zlib-static && \
yum clean all

View file

@ -28,6 +28,7 @@ RUN apt-get update -y --fix-missing && \
gzip \
libc6-dev \
libelf-dev \
libpcsclite-dev \
libpam-dev \
libsqlite3-0 \
llvm-10 \