Skip to content

Outdated Docker image #175

@serl

Description

@serl

I was trying to compress a PDF this morning, and it didn't really work.
Turns out, the issue was already identified and fixed in #160, but since I'm using pdfsizeopt in Docker and #171 is waiting, I was just using an old version.

Is there anything I can do to help?

As a workaround, this is what I did to make it work:

  • Run a Docker container: docker run --rm -it -v "$PWD:/workdir" --platform linux/amd64 ubuntu
  • Install wget in it: apt update && apt install wget
  • Follow the installation instructions for Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions