diff --git a/DarkSouls2.Dockerfile b/DarkSouls2.Dockerfile index 15c7beda..a635a51b 100644 --- a/DarkSouls2.Dockerfile +++ b/DarkSouls2.Dockerfile @@ -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/ diff --git a/DarkSouls3.Dockerfile b/DarkSouls3.Dockerfile index 6bc19b71..e159716e 100644 --- a/DarkSouls3.Dockerfile +++ b/DarkSouls3.Dockerfile @@ -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/