frostfs-node/Dockerfile.dirty-ir

9 lines
118 B
Docker

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