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 213c31e commit 2989298Copy full SHA for 2989298
images/ad-server/Containerfile
@@ -19,11 +19,12 @@ COPY install-packages.sh /usr/local/bin/install-packages.sh
19
RUN /usr/local/bin/install-packages.sh "$INSTALL_PACKAGES_FROM"
20
21
COPY --from=builder \
22
- /srv/dist/latest/sambacc-*.whl \
23
- /tmp/
+ /srv/dist/latest \
+ /tmp/sambacc-dist-latest
24
COPY install-sambacc.sh /usr/local/bin/install-sambacc.sh
25
RUN /usr/local/bin/install-sambacc.sh \
26
- "/tmp" "/usr/local/share/sambacc/examples/addc.json"
+ "/tmp/sambacc-dist-latest" \
27
+ && rm -rf /tmp/sambacc-dist-latest
28
29
30
ENV SAMBACC_CONFIG="/etc/samba/container.json:/etc/samba/users.json"
0 commit comments