Remove utils
This commit is contained in:
parent
38244dce69
commit
36606ab574
1 changed files with 1 additions and 7 deletions
|
@ -20,16 +20,10 @@ RUN apt-get install -y \
|
|||
RUN groupadd --force "${GID}"
|
||||
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
|
||||
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.
|
||||
USER python
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue