[#336] Use Alpine for cli instead of scratch

This is necessary in order to run the container in "limbo" (as a service) for general use, for example as service for neofs-dev-env with settings and environment variables.

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
This commit is contained in:
Evgeniy Kulikov 2021-01-22 11:59:41 +03:00 committed by Alex Vanin
parent e03d906cb7
commit f5dfaf307d

View file

@ -11,7 +11,7 @@ COPY . /src
RUN make bin/neofs-cli
# Executable image
FROM scratch AS neofs-cli
FROM alpine AS neofs-cli
WORKDIR /