Skip to content

Commit

Permalink
Fix demos no showing up on Torizon
Browse files Browse the repository at this point in the history
winit panics when libxkbcommon0 is not installed on the system
  • Loading branch information
tronical committed Feb 8, 2023
1 parent a19efc3 commit b609d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.torizon-demos
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN mkdir demos \
FROM --platform=$IMAGE_ARCH torizon/$BASE_NAME:2

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install libfontconfig1 \
&& DEBIAN_FRONTEND=noninteractive apt-get install libfontconfig1 libxkbcommon0 \
&& rm -rf /var/lib/apt/lists/*

COPY --from=build /slint/demos/* /usr/bin/
Expand Down

0 comments on commit b609d08

Please sign in to comment.