From b7ba6a2b0b45c3921d0c847c8ab6a36861714cf7 Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Sat, 22 Jun 2024 14:24:15 +0200 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b9738e..e375cf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/ich777/docker-microsof RUN export TZ=Europe/Rome && \ apt-get update && \ - apt-get -y install --no-install-recommends fonts-takao fonts-arphic-uming libgtk-3-0 fonts-liberation libasound2 libcurl4 libgbm1 libnss3 libu2f-udev xdg-utils binutils xz-utils && \ + apt-get -y install --no-install-recommends fonts-takao fonts-arphic-uming libgtk-3-0 fonts-liberation libasound2 libcurl4 libgbm1 libnss3 libu2f-udev xdg-utils binutils xz-utils dbus dbus-system-bus-common dbus-user-session && \ ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \ echo $TZ > /etc/timezone && \ echo "ko_KR.UTF-8 UTF-8" >> /etc/locale.gen && \