mirror of
https://github.com/cnbattle/drone-upx.git
synced 2026-06-16 14:49:29 +08:00
8 lines
173 B
Docker
8 lines
173 B
Docker
FROM plugins/base:linux-arm64
|
|
|
|
RUN apk add --no-cache ca-certificates && \
|
|
rm -rf /var/cache/apk/*
|
|
|
|
COPY release/linux/arm64/drone-upx /bin/
|
|
ENTRYPOINT ["/bin/drone-upx"]
|