We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04bd6f8 + 859f002 commit b7c3b7bCopy full SHA for b7c3b7b
docker/klipper/Dockerfile
@@ -2,6 +2,8 @@
2
##
3
FROM python:3.12-trixie AS build
4
5
+ENV CXXFLAGS="-Wno-error"
6
+
7
RUN apt update \
8
&& apt install -y cmake \
9
&& apt clean
0 commit comments