Skip to content

Commit

Permalink
only need gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Nov 4, 2024
1 parent 06ec776 commit 3c088cc
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 @@ -11,7 +11,7 @@ RUN python -m venv /app/venv

RUN apt-get update \
# required for psutil python package to install
&& apt-get install -y gcc python3-dev \
&& apt-get install -y gcc \
&& dpkg --add-architecture arm64 \
&& apt-get purge -y --auto-remove \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3c088cc

Please sign in to comment.