blob: 0b3f04b6e3bfba19706aae313e5191c0d4a01302 [file] [log] [blame]
FROM alpine:latest
ARG TARGETARCH
COPY tmp/charts /charts
COPY server_${TARGETARCH} /usr/bin/pcloud-installer
RUN chmod +x /usr/bin/pcloud-installer