mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix(Edgegap Hosting): ssl updates (b721722b51
)
This commit is contained in:
parent
19496422d2
commit
d7921ebc8d
@ -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""]
|
||||
";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user