Stanislav Bogatyrev
cc71e6902a
- logo update - docker image build fixes - README and other texts updates Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
8 lines
127 B
Text
8 lines
127 B
Text
FROM alpine
|
|
RUN apk add --no-cache bash ca-certificates
|
|
|
|
WORKDIR /
|
|
|
|
COPY bin/frostfs-adm /bin/frostfs-adm
|
|
|
|
CMD ["frostfs-adm"]
|