Skip to content

Commit

Permalink
Merge pull request #2894 from Infisical/ssh-certs
Browse files Browse the repository at this point in the history
Add OpenSSH dependency to standalone Dockerfiles
  • Loading branch information
dangtony98 authored Dec 18, 2024
2 parents 8122433 + 1adeb5a commit 1936f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.fips.standalone-infisical
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.standalone-infisical
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ RUN apk --update add \
freetds-dev \
bash \
curl \
git
git \
openssh

# Configure ODBC in production
RUN printf "[FreeTDS]\nDescription = FreeTDS Driver\nDriver = /usr/lib/libtdsodbc.so\nSetup = /usr/lib/libtdsodbc.so\nFileUsage = 1\n" > /etc/odbcinst.ini
Expand Down

0 comments on commit 1936f7c

Please sign in to comment.