File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ FROM ubuntu:22.04
22USER root
33
44# Set environment variables
5- ENV LANG ja_JP.UTF-8
6- ENV LANGUAGE ja_JP:ja
7- ENV LC_ALL ja_JP.UTF-8
8- ENV TZ JST-9
9- ENV TERM xterm
5+ ENV LANG= ja_JP.UTF-8
6+ ENV LANGUAGE= ja_JP:ja
7+ ENV LC_ALL= ja_JP.UTF-8
8+ ENV TZ= JST-9
9+ ENV TERM= xterm
1010ENV DEBIAN_FRONTEND=noninteractive
1111
1212# Update and install system dependencies
@@ -38,7 +38,7 @@ RUN wget http://sourceforge.net/projects/mmdagent/files/MMDAgent_Example/MMDAgen
3838# Install Python 3.12
3939RUN add-apt-repository ppa:deadsnakes/ppa \
4040 && apt-get update \
41- && apt-get install -y python3.12 python3.12-venv python3.12-dev python3.12-distutils \
41+ && apt-get install -y python3.12 python3.12-venv python3.12-dev \
4242 && rm -rf /var/lib/apt/lists/*
4343
4444# Install uv
You can’t perform that action at this time.
0 commit comments