1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Dockerfile: add missing dependency for mssql databases

This commit is contained in:
sando38 2023-08-12 14:46:30 +02:00
parent eeacace02a
commit c4563c429c

View file

@ -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