diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-10 10:15:04 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-10 10:15:04 +0200 |
| commit | 9111ea94de8c3ab24bb548b60447e41b246ff22b (patch) | |
| tree | 4afce211d2c632fe1049078333567daa98d6debb /slcl | |
| parent | 8fd6eb263aecc925f661e873cb34d8f5fc9b386a (diff) | |
slcl/0.4.0: Also strip usergen and thumbnail
Diffstat (limited to 'slcl')
| -rw-r--r-- | slcl/0.4.0/Dockerfile | 2 |
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 |
