Skip to content

Commit 318f537

Browse files
committed
Update to samba 4.9.0
1 parent ae4f818 commit 318f537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -x \
3131

3232
WORKDIR /usr/src
3333

34-
ARG SAMBA_VERSION=4.8.3
34+
ARG SAMBA_VERSION=4.9.0
3535
ARG SAMBA_URL=https://download.samba.org/pub/samba
3636
RUN set -x \
3737
&& curl --ipv4 -O "${SAMBA_URL}/samba-${SAMBA_VERSION}.tar.asc" \
@@ -89,6 +89,7 @@ RUN set -x \
8989
libgnutls28-dev:$ARCH_DEBIAN \
9090
libgpg-error-dev:$ARCH_DEBIAN \
9191
libgpgme-dev:$ARCH_DEBIAN \
92+
libjansson-dev:$ARCH_DEBIAN \
9293
libkrb5-dev:$ARCH_DEBIAN \
9394
libncurses5-dev:$ARCH_DEBIAN \
9495
libpopt-dev:$ARCH_DEBIAN \
@@ -143,6 +144,7 @@ RUN set -x \
143144
libcap2 \
144145
libgnutls30 \
145146
libgssapi-krb5-2 \
147+
libjansson4 \
146148
libkrb5-3 \
147149
libpopt0 \
148150
libtdb1 \

0 commit comments

Comments
 (0)