Skip to content

Instantly share code, notes, and snippets.

View fabiante's full-sized avatar
🤓
Looking for Software Devs in Hamburg :)

fabiante fabiante

🤓
Looking for Software Devs in Hamburg :)
View GitHub Profile
@fabiante
fabiante / Dockerfile
Last active July 13, 2023 15:11
Poppler Build Dockerfile
# Credits: https://stackoverflow.com/a/74313286/3647782
FROM ubuntu:22.10 as ubuntu-base
RUN apt update && apt upgrade -y
FROM ubuntu-base as build
RUN apt install -y \
wget \