Skip to content

Instantly share code, notes, and snippets.

@terminaldweller
Created April 29, 2025 01:05
Show Gist options
  • Save terminaldweller/3d1f86d27b03b4d3f0e10a6c82b3a9a4 to your computer and use it in GitHub Desktop.
Save terminaldweller/3d1f86d27b03b4d3f0e10a6c82b3a9a4 to your computer and use it in GitHub Desktop.
Dockerfile
FROM ghcr.io/void-linux/void-glibc:20250401r1
RUN xbps-install -Syu && \
xbps-install -Sy git base-devel perl libglib-devel libutf8proc-devel ncurses-devel openssl-devel ninja meson && \
git clone https://github.com/irssi/irssi && \
cd irssi && \
meson setup build && \
ninja -C build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment