Added some missing dependencies

This commit is contained in:
Jaret Burkett
2025-03-27 18:48:48 -06:00
parent 1d5f387f54
commit 3c95f87a90

View File

@@ -23,6 +23,11 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
htop \
nvtop \
python3-opencv \
openssh-client \
openssh-server \
openssl \
rsync \
unzip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*