Add apt-utils package.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-01-30 12:08:16 +01:00
parent bac15d5472
commit ebd8dc7bb8
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -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 \