Skip to content

Commit b7c3b7b

Browse files
authored
Merge pull request #258 from mkuf/fix-tools-build
fix klipper tools build
2 parents 04bd6f8 + 859f002 commit b7c3b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/klipper/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
##
33
FROM python:3.12-trixie AS build
44

5+
ENV CXXFLAGS="-Wno-error"
6+
57
RUN apt update \
68
&& apt install -y cmake \
79
&& apt clean

0 commit comments

Comments
 (0)