Skip to content

Commit

Permalink
copy libxau to slim image
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 16, 2023
1 parent f5e1556 commit 3aebc0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ FROM debian:buster as slim

COPY --from=slim_builder /usr/share/MOD44W /usr/share/MOD44W
COPY --from=slim_builder /venv /venv
COPY --from=slim_builder /usr/lib/x86_64-linux-gnu/libXau.so.6* /usr/lib/x86_64-linux-gnu
RUN mkdir -p "/root/.local/share/pythesint"
COPY --from=slim_builder "/root/.local/share/pythesint" "/root/.local/share/pythesint"

Expand Down

0 comments on commit 3aebc0f

Please sign in to comment.