FROM alpine
RUN apk add --update --no-cache bash ca-certificates

WORKDIR /

COPY bin/neofs-http-gw /bin/neofs-http-gw

CMD ["neofs-http-gw"]