Skip to content

Commit

Permalink
apk tweaks for psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent 58bd9f2 commit 8c03919
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ WORKDIR /hamframe
# apt-get autoremove --yes && \
# rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN apk add gcc python3-dev musl-dev linux-headers

RUN apk update && \
apk --no-cache add \
python3 cmd:pip3



FROM stage-1 AS stage-2

ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit 8c03919

Please sign in to comment.