Skip to content

Commit f309c92

Browse files
committed
Remove debug tools from Dockerfile
1 parent ee62713 commit f309c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.api_server

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ USER server
2929
FROM ubuntu:24.04
3030
RUN apt-get update \
3131
&& apt-get upgrade -y \
32-
&& apt-get install -y --no-install-recommends sudo python3 python3-pkg-resources curl libmariadbclient-dev-compat telnet net-tools \
32+
&& apt-get install -y --no-install-recommends sudo python3 python3-pkg-resources curl libmariadbclient-dev-compat \
3333
&& rm -rf /var/lib/apt/lists/
3434

3535
ARG USER_ID=1000

0 commit comments

Comments
 (0)