feature-42-image-size-optimization-and-uid-gid-selection #22

Merged
cuqmbr merged 2 commits from feature-42 into develop 2025-08-12 19:34:08 +00:00
Showing only changes of commit 87bd681c23 - Show all commits

View File

@ -18,13 +18,17 @@ RUN touch ${DATA_PATH}/pv-groups.json && \
# Generate unicode locale so that cyrillic characters display properly
RUN apt-get update -y && apt-get install -y locales && \
echo en_US.UTF-8 UTF-8 > /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales
dpkg-reconfigure --frontend=noninteractive locales && \
rm -Rf var/lib/apt/lists/*
ENV LANG en_US.UTF-8
VOLUME ${DATA_PATH}
EXPOSE 25565/tcp
ENV MEMORY=4G
ENV PROXY_SECRET=00000000-0000-0000-0000-000000000000
@ -60,9 +64,8 @@ ENV SONAR_DB_NAME=sonar_db
ENV SONAR_DB_USERNAME=sonar
ENV SONAR_DB_PASSWORD=0000
WORKDIR ${WORKDIR_PATH}/config
EXPOSE 25565/tcp
WORKDIR ${WORKDIR_PATH}/config
# TODO: Make awk commands sapn multiple lines
# TODO: Use one call to awk to perform substitutions