Skip to content

Instantly share code, notes, and snippets.

@asadMarmash
asadMarmash / dockerfile
Created February 18, 2025 19:08
dockerfile for installing wkhtmltopdf 0.12.6.1 (with patched qt)
FROM ubuntu:24.04
WORKDIR /app
RUN apt-get update -y
RUN apt-get install -y \
xfonts-75dpi \
wget \
fontconfig \
@asadMarmash
asadMarmash / dockerfile
Created February 18, 2025 19:07
Dockerfile for installing wkhtmltopdf 0.12.6.1 (with patched qt).
FROM ubuntu:24.04
WORKDIR /app
RUN apt-get update -y
RUN apt-get install -y \
xfonts-75dpi \
wget \
fontconfig \