frostfs-rest-gw/Dockerfile.dirty

9 lines
148 B
Text
Raw Permalink Normal View History

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