We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c9a3db + d9efe31 commit 5edef90Copy full SHA for 5edef90
sync-instance/Dockerfile
@@ -10,7 +10,7 @@ ENV WALG_VERSION=${WALG_VERSION:-0.2.15}
10
11
# Install dependecies.
12
RUN apt-get update \
13
- && apt-get install --no-install-recommends -y ca-certificates wget \
+ && apt-get install --no-install-recommends -y ca-certificates wget daemontools \
14
&& wget --quiet -O /tmp/wal-g.linux-amd64.tar.gz "https://github.com/wal-g/wal-g/releases/download/v${WALG_VERSION}/wal-g.linux-amd64.tar.gz" \
15
&& tar -zxvf /tmp/wal-g.linux-amd64.tar.gz && mv wal-g /usr/local/bin/ \
16
&& rm -rf /tmp/* \
0 commit comments