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:
parent
eeacace02a
commit
c4563c429c
1 changed files with 3 additions and 1 deletions
4
.github/container/Dockerfile
vendored
4
.github/container/Dockerfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue