try to fix portainer issue

This commit is contained in:
2025-06-02 21:55:38 +02:00
parent 44fd8433a1
commit 6b0012c423
2 changed files with 3 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
build-essential \
libpq-dev \
curl \
wget \
netcat-traditional \
&& rm -rf /var/lib/apt/lists/*