Skip to content

Commit

Permalink
Simplify docker image (#804)
Browse files Browse the repository at this point in the history
close #788
  • Loading branch information
roman-khimov authored Jul 20, 2023
2 parents 943c787 + d013f71 commit 6a3ccfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ COPY . /src
RUN make

# Executable image
FROM alpine AS neofs-s3-gw
RUN apk add --no-cache bash ca-certificates
FROM scratch

WORKDIR /

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /src/bin/neofs-s3-gw /bin/neofs-s3-gw
COPY --from=builder /src/bin/neofs-s3-authmate /bin/neofs-s3-authmate

Expand Down

0 comments on commit 6a3ccfe

Please sign in to comment.