blob: 0b3f04b6e3bfba19706aae313e5191c0d4a01302 [file] [log] [blame]
Giorgi Lekveishvili0ccd1482023-06-21 15:02:24 +04001FROM alpine:latest
2
3ARG TARGETARCH
4
5COPY tmp/charts /charts
6
7COPY server_${TARGETARCH} /usr/bin/pcloud-installer
8RUN chmod +x /usr/bin/pcloud-installer