Skip to content

Commit 542e407

Browse files
server: update container file to install sambacc from rpm
Signed-off-by: John Mulligan <[email protected]>
1 parent f183f44 commit 542e407

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

images/server/Containerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ COPY install-packages.sh /usr/local/bin/install-packages.sh
2020
RUN /usr/local/bin/install-packages.sh "$INSTALL_PACKAGES_FROM"
2121

2222
COPY --from=builder \
23-
/srv/dist/latest/sambacc-*.whl \
24-
/tmp/
23+
/srv/dist/latest \
24+
/tmp/sambacc-dist-latest
2525
COPY install-sambacc.sh /usr/local/bin/install-sambacc.sh
2626
RUN /usr/local/bin/install-sambacc.sh \
27-
"/tmp" "/usr/local/share/sambacc/examples/minimal.json"
27+
"/tmp/sambacc-dist-latest" \
28+
&& rm -rf /tmp/sambacc-dist-latest
2829

2930

3031
VOLUME ["/share"]

0 commit comments

Comments
 (0)