fix: use haproxy to strip PROXY protocol before sshd — nginx sends PROXY headers on all TCP
This commit is contained in:
@@ -8,7 +8,7 @@ ENV PATH="/root/.bun/bin:$PATH"
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl wget git openssh-server ca-certificates gnupg \
|
||||
build-essential unzip jq tmux zsh ripgrep \
|
||||
postgresql-client redis-tools \
|
||||
postgresql-client redis-tools haproxy \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Bun
|
||||
|
||||
Reference in New Issue
Block a user