mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
321 stars 82 forks source link

klipperscreen: add libsystemd-dev to build stage #157

Closed mkuf closed 3 months ago

mkuf commented 3 months ago

Build job for klipperscreen is failing with an error.

2024-05-25 02:34:47,732 - prind - INFO - BUILD: #38 130.3       subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'libsystemd')' returned non-zero exit status 1.

via https://github.com/mkuf/prind/actions/runs/9232248885/job/25406187605#step:5:5639

Adding libsystemd-dev to the build stage of the Dockerfile should fix this.