Skip to content

Commit

Permalink
Add gcc build dependency (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
  • Loading branch information
tjorim and frenck authored Sep 19, 2022
1 parent d6e9768 commit 647638a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glances/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY requirements.txt /tmp/
# hadolint ignore=DL3042
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
py3-pip=22.1.1-r0 \
\
&& apk add --no-cache \
Expand Down

0 comments on commit 647638a

Please sign in to comment.