We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4f818 commit 318f537Copy full SHA for 318f537
Dockerfile
@@ -31,7 +31,7 @@ RUN set -x \
31
32
WORKDIR /usr/src
33
34
-ARG SAMBA_VERSION=4.8.3
+ARG SAMBA_VERSION=4.9.0
35
ARG SAMBA_URL=https://download.samba.org/pub/samba
36
RUN set -x \
37
&& curl --ipv4 -O "${SAMBA_URL}/samba-${SAMBA_VERSION}.tar.asc" \
@@ -89,6 +89,7 @@ RUN set -x \
89
libgnutls28-dev:$ARCH_DEBIAN \
90
libgpg-error-dev:$ARCH_DEBIAN \
91
libgpgme-dev:$ARCH_DEBIAN \
92
+ libjansson-dev:$ARCH_DEBIAN \
93
libkrb5-dev:$ARCH_DEBIAN \
94
libncurses5-dev:$ARCH_DEBIAN \
95
libpopt-dev:$ARCH_DEBIAN \
@@ -143,6 +144,7 @@ RUN set -x \
143
144
libcap2 \
145
libgnutls30 \
146
libgssapi-krb5-2 \
147
+ libjansson4 \
148
libkrb5-3 \
149
libpopt0 \
150
libtdb1 \
0 commit comments