Update Dockerfile

This commit is contained in:
Alexey 2026-03-24 11:41:53 +03:00 committed by GitHub
parent f1cc8d65f2
commit 1450af60a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ FROM debian:12-slim AS minimal
RUN apt-get update && apt-get install -y --no-install-recommends \
binutils \
curl \
xz-utils \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* \
\
@ -68,4 +69,4 @@ USER nonroot:nonroot
EXPOSE 443 9090 9091
ENTRYPOINT ["/app/telemt"]
CMD ["config.toml"]
CMD ["config.toml"]