FROM alpine RUN apk add --no-cache bash ca-certificates WORKDIR / COPY bin/frostfs-node /bin/frostfs-node CMD ["frostfs-node"]