Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN \
apk add bash libstdc++ openssl postgresql-client readline zlib && \
\
adduser --disabled-password --no-create-home dirtsand && \
mkdir -p /opt/dirtsand && chown -R dirtsand /opt/dirtsand
mkdir -p /opt/dirtsand && chown -R dirtsand: /opt/dirtsand

FROM run_env AS build_env_debug
ENV BUILD_TYPE=Debug
Expand Down Expand Up @@ -69,7 +69,7 @@ RUN \
cp /usr/src/Plasma/Scripts/SDL/*.sdl /opt/dirtsand/lib/moul-scripts/SDL && \
cp /usr/src/Plasma/Scripts/dat/*.age /opt/dirtsand/lib/moul-scripts/dat && \
\
chown -R dirtsand /opt/dirtsand
chown -R dirtsand: /opt/dirtsand

FROM run_env AS run_env_debug
RUN apk add gdb musl-dbg
Expand Down