mirror of
https://github.com/linuxserver/docker-baseimage-kasmvnc.git
synced 2026-02-20 08:28:57 +08:00
add kbd under console-data for IME fixes
This commit is contained in:
parent
50ae4cf299
commit
0fb2bcbcc8
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user