Skip to content

Commit 3aebc0f

Browse files
committed
copy libxau to slim image
1 parent f5e1556 commit 3aebc0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ FROM debian:buster as slim
4949

5050
COPY --from=slim_builder /usr/share/MOD44W /usr/share/MOD44W
5151
COPY --from=slim_builder /venv /venv
52+
COPY --from=slim_builder /usr/lib/x86_64-linux-gnu/libXau.so.6* /usr/lib/x86_64-linux-gnu
5253
RUN mkdir -p "/root/.local/share/pythesint"
5354
COPY --from=slim_builder "/root/.local/share/pythesint" "/root/.local/share/pythesint"
5455

0 commit comments

Comments
 (0)