Created
April 29, 2025 01:05
-
-
Save terminaldweller/3d1f86d27b03b4d3f0e10a6c82b3a9a4 to your computer and use it in GitHub Desktop.
Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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