Skip to content

Commit 81fe7e4

Browse files
committed
services/pkg/lego: Strip lego
1 parent 3711aff commit 81fe7e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/pkg/lego/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM ghcr.io/void-linux/void-linux:latest-thin-x86_64
22

33
RUN xbps-install -Sy && xbps-install -y lego vault binutils upx findutils diffutils && \
4-
strip /usr/bin/vault && upx /usr/bin/vault && \
4+
strip /usr/bin/vault /usr/bin/lego && \
5+
upx /usr/bin/vault /usr/bin/lego && \
56
xbps-remove -Roy binutils upx && \
67
rm -rf /var/cache/xbps
78
WORKDIR /lego

0 commit comments

Comments
 (0)