diff --git a/server/Dockerfile b/server/Dockerfile index 4375323..c1cf3b2 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -10,6 +10,10 @@ ENV DOTNET_VERSION="" # URL's for files ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/server/install_script.sh +RUN sed --version \ + && awk --version \ + && perl --version + # Install Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \ && apt-get -y update && apt-get install -y bzip2 jq wget procps pcregrep screen \