Skip to content

Commit

Permalink
added ps
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jul 28, 2024
1 parent cecfc8c commit 21d8c5a
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 @@ -8,7 +8,7 @@ ENV PATH="/app/venv/bin:$PATH"
WORKDIR /app

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

0 comments on commit 21d8c5a

Please sign in to comment.