Add openssh dependency to standalone Dockerfiles

This commit is contained in:
Tuan Dang
2024-12-18 11:51:13 -08:00
parent a0411e3ba8
commit 1adeb5a70d
2 changed files with 3 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ RUN apt-get update && apt-get install -y \
freetds-dev \
freetds-bin \
tdsodbc \
openssh \
&& rm -rf /var/lib/apt/lists/*
# Configure ODBC in production