Kaynağa Gözat

Add snmp to Streamlit container for traps

lanfr144 2 hafta önce
ebeveyn
işleme
bfda8a610b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      docker/app/Dockerfile

+ 1 - 0
docker/app/Dockerfile

@@ -5,6 +5,7 @@ FROM python:3.11-slim
 RUN apt-get update && apt-get install -y --no-install-recommends \
     build-essential \
     default-libmysqlclient-dev \
+    snmp \
     && rm -rf /var/lib/apt/lists/*
 
 WORKDIR /app