mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
update the backtrace crate for the new debian trixie release. Hopefully this is the real one
This commit is contained in:
parent
c07d2f6d92
commit
33e316af75
1 changed files with 2 additions and 2 deletions
|
|
@ -5,13 +5,13 @@ LABEL com.centurylinklabs.watchtower.stop-signal="SIGUSR1"
|
|||
|
||||
ARG PROJECTNAME=server-cli
|
||||
|
||||
# librust-backtrace+libbacktrace-dev = backtrace functionality
|
||||
# librust-backtrace+serde-dev = backtrace functionality
|
||||
# iproute2 and net-tools for diagnostic purposes
|
||||
RUN apt-get update \
|
||||
&& export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get install -y --no-install-recommends --assume-yes \
|
||||
ca-certificates \
|
||||
librust-backtrace+libbacktrace-dev \
|
||||
librust-backtrace+serde-dev \
|
||||
iproute2 \
|
||||
net-tools \
|
||||
&& rm -rf /var/lib/apt/lists/*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue