chore: clean up WireGuard from Hermes Dockerfile, keep custom build
This commit is contained in:
@@ -21,8 +21,7 @@ RUN apt-get update && \
|
|||||||
texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-xetex texlive-science \
|
texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-xetex texlive-science \
|
||||||
qemu-user-static binfmt-support qemu-user-binfmt \
|
qemu-user-static binfmt-support qemu-user-binfmt \
|
||||||
emacs-nox \
|
emacs-nox \
|
||||||
libportaudio2 \
|
libportaudio2 && \
|
||||||
wireguard-tools openresolv && \
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Non-root user for runtime; UID can be overridden via HERMES_UID at runtime
|
# Non-root user for runtime; UID can be overridden via HERMES_UID at runtime
|
||||||
|
|||||||
@@ -29,8 +29,6 @@ services:
|
|||||||
build: ./
|
build: ./
|
||||||
container_name: hermes
|
container_name: hermes
|
||||||
restart: always
|
restart: always
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
# Gateway run enables the internal API server on port 8642
|
# Gateway run enables the internal API server on port 8642
|
||||||
command: gateway run
|
command: gateway run
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user