Skip to content

Commit

Permalink
workaround: silence warning for netifaces-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Dec 6, 2024
1 parent 39564eb commit ffd1e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.service
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN --mount=type=bind,source=/dist,target=/dist \
python3-dev \
py3-numpy \
py3-scipy \
&& pip3 install --upgrade --no-cache-dir --find-links ./dist ocm-gear-service \
&& CFLAGS='-Wno-int-conversion' \
pip3 install --upgrade --no-cache-dir --find-links ./dist ocm-gear-service \
&& apk del --no-cache \
libc-dev \
libffi-dev \
Expand Down

0 comments on commit ffd1e8a

Please sign in to comment.