fix(Edgegap Hosting): ssl updates (b721722b51)

This commit is contained in:
mischa 2024-04-23 13:25:06 +08:00
parent 19496422d2
commit d7921ebc8d

View File

@ -233,6 +233,11 @@ COPY Builds/EdgegapServer /root/build/
RUN chmod +x /root/build/ServerBuild
RUN apt-get update && \
apt-get install -y ca-certificates && \
apt-get clean && \
update-ca-certificates
ENTRYPOINT [ ""/root/build/ServerBuild"", ""-batchmode"", ""-nographics""]
";