From 1eb535408ba2f1d0ad332cca6322abfe095733d3 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Sun, 6 Oct 2024 23:15:04 +0900 Subject: [PATCH] =?UTF-8?q?Docker=E3=82=A4=E3=83=A1=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E6=99=82=E3=81=AE=E4=B8=80=E9=83=A8?= =?UTF-8?q?=E3=81=AE=E5=87=A6=E7=90=86=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile_auth | 7 ------- Dockerfile_bot | 7 ------- 2 files changed, 14 deletions(-) diff --git a/Dockerfile_auth b/Dockerfile_auth index f2fbcc6..99cd4dd 100644 --- a/Dockerfile_auth +++ b/Dockerfile_auth @@ -3,16 +3,9 @@ USER root RUN mkdir /dislocker -RUN apt-get update -RUN apt-get -y install locales && \ - localedef -f UTF-8 -i ja_JP ja_JP.UTF-8 -ENV LANG ja_JP.UTF-8 -ENV LANGUAGE ja_JP:ja -ENV LC_ALL ja_JP.UTF-8 ENV TZ JST-9 ENV TERM xterm -RUN apt-get install -y nano less RUN pip install --upgrade pip RUN pip install --upgrade setuptools diff --git a/Dockerfile_bot b/Dockerfile_bot index e07f1af..6e273a1 100644 --- a/Dockerfile_bot +++ b/Dockerfile_bot @@ -3,16 +3,9 @@ USER root RUN mkdir /dislocker -RUN apt-get update -RUN apt-get -y install locales && \ - localedef -f UTF-8 -i ja_JP ja_JP.UTF-8 -ENV LANG ja_JP.UTF-8 -ENV LANGUAGE ja_JP:ja -ENV LC_ALL ja_JP.UTF-8 ENV TZ JST-9 ENV TERM xterm -RUN apt-get install -y nano less RUN pip install --upgrade pip RUN pip install --upgrade setuptools