This commit is contained in:
Richard Sperry 2025-04-17 16:19:02 -07:00
parent 6f9d2df80a
commit aca44d24e9

View file

@ -46,7 +46,7 @@ RUN apt-get update \
&& npm install -g @vscode/vsce \ && npm install -g @vscode/vsce \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
#System configuration # System configuration
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen && \ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen && \
update-locale LANG=en_US.UTF-8 && \ update-locale LANG=en_US.UTF-8 && \
curl https://bootstrap.pypa.io/get-pip.py | python3 curl https://bootstrap.pypa.io/get-pip.py | python3