Skip to content

Commit

Permalink
Merge pull request #4079 from sando38/fix/Dockerfile-odbc
Browse files Browse the repository at this point in the history
Dockerfile: add missing dependency for mssql databases
  • Loading branch information
badlop authored Sep 27, 2023
2 parents d55955f + c4563c4 commit 5406693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ RUN apk -U upgrade --available --no-cache \
&& apk add --no-cache \
$(cat /tmp/runDeps) \
so:libcap.so.2 \
tini
so:libtdsodbc.so.0 \
tini \
&& ln -fs /usr/lib/libtdsodbc.so.0 /usr/lib/libtdsodbc.so

ARG USER
ARG UID
Expand Down

0 comments on commit 5406693

Please sign in to comment.