We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee62713 commit f309c92Copy full SHA for f309c92
Dockerfile.api_server
@@ -29,7 +29,7 @@ USER server
29
FROM ubuntu:24.04
30
RUN apt-get update \
31
&& apt-get upgrade -y \
32
- && apt-get install -y --no-install-recommends sudo python3 python3-pkg-resources curl libmariadbclient-dev-compat telnet net-tools \
+ && apt-get install -y --no-install-recommends sudo python3 python3-pkg-resources curl libmariadbclient-dev-compat \
33
&& rm -rf /var/lib/apt/lists/
34
35
ARG USER_ID=1000
0 commit comments