docker enhancements

This commit is contained in:
SpudGunMan
2025-01-12 11:19:27 -08:00
parent 9f676a4c8d
commit d482f2ccc9
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM python:3.13-slim
ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y gettext tzdata locales && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y gettext tzdata locales nano && rm -rf /var/lib/apt/lists/*
# Set the locale default to en_US.UTF-8
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \