add kbd under console-data for IME fixes

This commit is contained in:
thelamer 2024-08-26 11:01:53 -04:00
parent 50ae4cf299
commit 0fb2bcbcc8
2 changed files with 4 additions and 0 deletions

View File

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

View File

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