mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 17:28:06 +00:00
Add apt-utils package.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
bac15d5472
commit
ebd8dc7bb8
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ FROM ubuntu:jammy
|
|||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && apt upgrade -y
|
||||
RUN apt install -y apt-utils
|
||||
RUN apt install -y libccid \
|
||||
libpcsclite-dev \
|
||||
git \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue