Remove utils

This commit is contained in:
Fern Garden 2025-09-07 19:38:14 +08:00
parent 38244dce69
commit 36606ab574

View file

@ -20,16 +20,10 @@ RUN apt-get install -y \
RUN groupadd --force "${GID}" RUN groupadd --force "${GID}"
RUN useradd --create-home --no-log-init -u "${UID}" -g "${GID}" python RUN useradd --create-home --no-log-init -u "${UID}" -g "${GID}" python
# Create build directory. # Create build directory
RUN mkdir /build && chown "${UID}:${GID}" /build RUN mkdir /build && chown "${UID}:${GID}" /build
VOLUME /build VOLUME /build
# Add GUI ExoPlaSim configuration tool.
ADD https://github.com/OstimeusAlex/ExoPlaSim-InCon.git /utils/
# Add Koppen climate map tool.
ADD https://github.com/hersfeldtn/koppenpasta.git /utils/
# Execute as python user from now on. # Execute as python user from now on.
USER python USER python