mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
the docker container was missing the ca-certificates root store
Its now using ubuntus default root-store for tls operations.
This commit is contained in:
parent
07b134da27
commit
a62efc02d4
@ -8,6 +8,7 @@ ARG PROJECTNAME=server-cli
|
||||
# librust-backtrace+libbacktrace-dev = backtrace functionality
|
||||
RUN apt-get update; export DEBIAN_FRONTEND=noninteractive; \
|
||||
apt-get install -y --no-install-recommends --assume-yes \
|
||||
ca-certificates \
|
||||
librust-backtrace+libbacktrace-dev; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user