Skip to content

Commit 7705354

Browse files
committed
need g++ for greenlet
1 parent af238ba commit 7705354

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

network_tap/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY healthcheck /healthcheck
77
RUN apk add --update \
88
curl \
99
gcc \
10+
g++ \
1011
git \
1112
linux-headers \
1213
musl-dev \
@@ -17,6 +18,7 @@ RUN apk add --update \
1718
&& pip3 install --no-cache-dir -r /healthcheck/requirements.txt \
1819
&& apk del \
1920
gcc \
21+
g++ \
2022
git \
2123
linux-headers \
2224
musl-dev \

0 commit comments

Comments
 (0)