Move bootstrap instruction in RUN code block for pcsc-lite

This commit is contained in:
shane 2024-08-29 07:29:28 -10:00
parent 8ac3da9622
commit 0ff11fdbb0
No known key found for this signature in database
GPG key ID: D9DF703B83B9A9B5

View file

@ -24,9 +24,9 @@ COPY --from=stagex/automake . /
COPY --from=stagex/libtool . /
RUN tar -xvf $SRC_FILE
WORKDIR pcsc-lite-${VERSION}
RUN ./bootstrap
RUN --network=none <<-EOF
set -eux
./bootstrap && \
./configure \
--prefix=/usr \
--sysconfdir=/etc \