Skip to content

Commit

Permalink
Fix some missing line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Jan 7, 2024
1 parent 3dc965d commit da5d5e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DarkSouls2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ RUN mkdir -p /opt/ds3os/Saved \
&& useradd -r -s /bin/bash -u 1000 ds3os \
&& chown ds3os:ds3os /opt/ds3os/Saved \
&& chown ds3os:ds3os /opt/ds3os \
&& chmod 755 /opt/ds3os/Saved
&& chmod 755 /opt/ds3os
&& apt update
&& chmod 755 /opt/ds3os/Saved \
&& chmod 755 /opt/ds3os \
&& apt update \
&& apt install -y --reinstall ca-certificates

COPY --from=build /build/bin/x64_release/ /opt/ds3os/
Expand Down
6 changes: 3 additions & 3 deletions DarkSouls3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ RUN mkdir -p /opt/ds3os/Saved \
&& useradd -r -s /bin/bash -u 1000 ds3os \
&& chown ds3os:ds3os /opt/ds3os/Saved \
&& chown ds3os:ds3os /opt/ds3os \
&& chmod 755 /opt/ds3os/Saved
&& chmod 755 /opt/ds3os
&& apt update
&& chmod 755 /opt/ds3os/Saved \
&& chmod 755 /opt/ds3os \
&& apt update \
&& apt install -y --reinstall ca-certificates

COPY --from=build /build/bin/x64_release/ /opt/ds3os/
Expand Down

0 comments on commit da5d5e4

Please sign in to comment.