Skip to content

Commit

Permalink
deprecating debug-tookit
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Oct 15, 2024
1 parent bd4d5e9 commit b37921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN python -m venv /app/venv && \
FROM python:3.12-slim

RUN apt-get update \
&& apt-get install -y --no-install-recommends procps gdb \
&& apt-get install -y --no-install-recommends procps \
&& dpkg --add-architecture arm64 \
&& apt-get purge -y --auto-remove \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b37921d

Please # to comment.