„Dockerfile“ ändern

This commit is contained in:
2022-12-29 08:37:58 +01:00
parent 2455526abf
commit 752ae9b0b7

View File

@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/ich777/docker-torbrows
RUN export TZ=Europe/Rome && \
apt-get update && \
apt-get -y install --no-install-recommends libgtk-3-0 libdbus-glib-1-2 fonts-takao fonts-arphic-uming fonts-noto-cjk libasound2 ffmpeg xz-utils && \
apt-get -y install --no-install-recommends libgtk-3-0 libdbus-glib-1-2 fonts-takao fonts-arphic-uming fonts-noto-cjk libasound2 ffmpeg xz-utils jq && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone && \
echo "ko_KR.UTF-8 UTF-8" >> /etc/locale.gen && \