We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e1556 commit 3aebc0fCopy full SHA for 3aebc0f
Dockerfile
@@ -49,6 +49,7 @@ FROM debian:buster as slim
49
50
COPY --from=slim_builder /usr/share/MOD44W /usr/share/MOD44W
51
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
53
RUN mkdir -p "/root/.local/share/pythesint"
54
COPY --from=slim_builder "/root/.local/share/pythesint" "/root/.local/share/pythesint"
55
0 commit comments