From 2b66049b2103651483e46ac90674178c75456d43 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Fri, 11 Jun 2021 23:26:58 +0300 Subject: [PATCH] add wal_acceptor binary to docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index eb6e17a408..ccfa165166 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,6 +81,7 @@ FROM alpine:3.13 RUN apk add --update openssl build-base RUN apk --no-cache --update --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing add rocksdb COPY --from=build /zenith/target/release/pageserver /usr/local/bin +COPY --from=build /zenith/target/release/wal_acceptor /usr/local/bin COPY --from=pg-build /zenith/tmp_install /usr/local COPY docker-entrypoint.sh /docker-entrypoint.sh