File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba
17
17
COPY smb.conf /etc/samba/smb.conf
18
18
COPY install-packages.sh /usr/local/bin/install-packages.sh
19
19
RUN /usr/local/bin/install-packages.sh \
20
- "${INSTALL_PACKAGES_FROM}" \
21
- "${SAMBA_VERSION_SUFFIX}" \
22
- "${INSTALL_CUSTOM_REPO}" \
23
- "${PACKAGE_SELECTION}"
20
+ "--install-packages-from= ${INSTALL_PACKAGES_FROM}" \
21
+ "--samba-version-suffix= ${SAMBA_VERSION_SUFFIX}" \
22
+ "--install-custom-repo= ${INSTALL_CUSTOM_REPO}" \
23
+ "--package-selection= ${PACKAGE_SELECTION}"
24
24
25
25
# If you want to install a custom version of sambacc into this image mount
26
26
# a directory containing a sambacc RPM, or a sambacc wheel, or a .repo
You can’t perform that action at this time.
0 commit comments