chore: clean up WireGuard from Hermes Dockerfile, keep custom build

This commit is contained in:
Thierry Pouplier
2026-05-05 02:11:37 +00:00
parent acf45acdd9
commit bc49391b4f
2 changed files with 1 additions and 4 deletions

View File

@@ -21,8 +21,7 @@ RUN apt-get update && \
texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-xetex texlive-science \
qemu-user-static binfmt-support qemu-user-binfmt \
emacs-nox \
libportaudio2 \
wireguard-tools openresolv && \
libportaudio2 && \
rm -rf /var/lib/apt/lists/*
# Non-root user for runtime; UID can be overridden via HERMES_UID at runtime