mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added iproute2 and net-tools to docker image to facilitate diagnosing network issues
This commit is contained in:
parent
d56e0de392
commit
99a992d985
@ -6,11 +6,14 @@ LABEL com.centurylinklabs.watchtower.stop-signal="SIGUSR1"
|
||||
ARG PROJECTNAME=server-cli
|
||||
|
||||
# librust-backtrace+libbacktrace-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 \
|
||||
iproute2 \
|
||||
net-tools \
|
||||
&& rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
COPY ./veloren-server-cli /opt/veloren-server-cli
|
||||
|
Loading…
Reference in New Issue
Block a user