Commit 531ad6e
Fix for chip-cert-bins Dockerfile: Add libpcsclite1 and pcscd (project-chip#40153)
* Fix for chip-cert-bins Dockerfile:
A couple of months ago, libpcsclite1 and pcscd have been added (see PR 38599).
Those packages are needed to access to an USB NFC Reader from chip-cert-bins
container.
Unfortunately, they have been added to the Stage 1 of Dockerfile, used to
build the container. Consequently, they are not available at runtime.
The current PR is moving them to the Stage 3, by this way they will be
available at runtime.
I also took this opportunity to execute the command "pcscd --disable-polkit"
which is needed to access a PCSC reader from a docker container.
Change-Id: I5147a9bb5c7ac8c5bf0f3591868f0943ecba3221
* Restyled by whitespace
* Removed --disable-polkit pcscd command.
Change-Id: I0895947e26209b88b9068d7e705e7d5b50960ebb
* Added libpcsclite-dev for build stage.
Change-Id: I385f766eae0200e20bad6d3c48722346a6090338
---------
Co-authored-by: Restyled.io <[email protected]>1 parent 7445805 commit 531ad6e
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | | - | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
274 | 273 | | |
275 | 274 | | |
276 | 275 | | |
277 | | - | |
| 276 | + | |
278 | 277 | | |
279 | 278 | | |
280 | 279 | | |
| |||
0 commit comments