[#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:
parent
e03d906cb7
commit
f5dfaf307d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ COPY . /src
|
||||||
RUN make bin/neofs-cli
|
RUN make bin/neofs-cli
|
||||||
|
|
||||||
# Executable image
|
# Executable image
|
||||||
FROM scratch AS neofs-cli
|
FROM alpine AS neofs-cli
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue