Skip to content

Commit

Permalink
Dockerfile: add missing dependency for mssql databases
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed Aug 12, 2023
1 parent eeacace commit c4563c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/container/Dockerfile
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 c4563c4

Please sign in to comment.