Add missing package to the Dockerfile

This commit is contained in:
pmb
2025-06-27 15:30:31 -07:00
parent fd493f13e9
commit 7515431fb5
+1
View File
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
curl \
gcc \
finger \
openssh-client \
&& rm -rf /var/lib/apt/lists/*
# Copy requirements first to leverage Docker cache