Skip to content

Commit

Permalink
Dockerfile: Fix libodbc dependency for MS SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed May 27, 2024
1 parent 6e6ab45 commit 4640160
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/ejabberd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ejabberd
description: ejabberd XMPP server helm chart
type: application
version: 0.8.0
appVersion: "24.02-k8s3"
appVersion: "24.02-k8s4"
keywords:
- xmpp
- mqtt
Expand Down
6 changes: 3 additions & 3 deletions image/24.02/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apk -U upgrade --available && apk add --no-cache \
curl \
expat-dev \
file \
freetds \
freetds freetds-dev \
freetype-dev \
gd-dev \
git \
Expand All @@ -53,7 +53,7 @@ RUN apk -U upgrade --available && apk add --no-cache \
openssl \
openssl-dev \
sqlite-dev \
unixodbc-dev \
unixodbc unixodbc-dev \
wget \
yaml-dev \
zlib-dev
Expand Down Expand Up @@ -187,11 +187,11 @@ RUN addgroup $USER -g $UID \
COPY --from=build /tmp/runDeps /tmp/runDeps
RUN apk add --no-cache -t .ejabberd-rundeps \
$(cat /tmp/runDeps) \
freetds unixodbc \
bind-tools \
busybox \
ca-certificates-bundle \
gettext \
so:libtdsodbc.so.0 \
jq \
netcat-openbsd \
tini \
Expand Down
2 changes: 1 addition & 1 deletion image/tag
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# -k8sX specifies the image release, new releases have a higher ordinal number
# changes in this file trigger a rebuild of the container image

24.02-k8s3
24.02-k8s4

0 comments on commit 4640160

Please sign in to comment.