Skip to content

Commit

Permalink
Remove explicit inclusion of kuksa_certificates
Browse files Browse the repository at this point in the history
Now included one level down
  • Loading branch information
erikbosch committed Nov 16, 2023
1 parent 2720921 commit c93a252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuksa-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN pip install --no-cache-dir dist/*.whl
WORKDIR /
RUN rm -rf dist
# Letting pyinstaller collect everything that is required
RUN pyinstaller --collect-data kuksa_certificates --collect-data kuksa_client --clean -s /usr/local/bin/kuksa-client
RUN pyinstaller --collect-data kuksa_client --clean -s /usr/local/bin/kuksa-client


# Debian 12 is bookworm, so the glibc version matches. Distroless is a lot smaller than
Expand Down

0 comments on commit c93a252

Please sign in to comment.