summaryrefslogtreecommitdiff
path: root/slcl
diff options
context:
space:
mode:
Diffstat (limited to 'slcl')
-rw-r--r--slcl/0.4.0/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/slcl/0.4.0/Dockerfile b/slcl/0.4.0/Dockerfile
index 03f0fa4..3977f72 100644
--- a/slcl/0.4.0/Dockerfile
+++ b/slcl/0.4.0/Dockerfile
@@ -26,7 +26,7 @@ RUN LDFLAGS='-static -Wl,--gc-sections' cmake -B build \
RUN cmake --build build -j$(nproc)
RUN cmake --install build
WORKDIR $PREFIX/bin
-RUN strip slcl
+RUN strip slcl usergen thumbnail
FROM scratch
COPY --from=base /opt/spm/slcl-0.4.0/bin/slcl /opt/spm/slcl-0.4.0/bin/slcl
COPY --from=base /opt/spm/slcl-0.4.0/bin/usergen /opt/spm/slcl-0.4.0/bin/usergen