diff --git a/Dockerfile b/Dockerfile index 64102e5..0b1564f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ RUN \ autoconf \ automake \ cmake \ + console-data \ git \ grep \ libavcodec-dev \ @@ -255,6 +256,7 @@ RUN \ apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ ca-certificates \ + console-data \ containerd.io \ cups \ cups-client \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index f53453e..0e53521 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -48,6 +48,7 @@ RUN \ autoconf \ automake \ cmake \ + console-data \ git \ grep \ libavcodec-dev \ @@ -259,6 +260,7 @@ RUN \ apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ ca-certificates \ + console-data \ containerd.io \ cups \ cups-client \