Skip to content

Commit 5edef90

Browse files
committed
Merge branch 'sync-instance' into 'master'
fix: install daemontools for envdir See merge request postgres-ai/custom-images!5
2 parents 7c9a3db + d9efe31 commit 5edef90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-instance/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV WALG_VERSION=${WALG_VERSION:-0.2.15}
1010

1111
# Install dependecies.
1212
RUN apt-get update \
13-
&& apt-get install --no-install-recommends -y ca-certificates wget \
13+
&& apt-get install --no-install-recommends -y ca-certificates wget daemontools \
1414
&& 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" \
1515
&& tar -zxvf /tmp/wal-g.linux-amd64.tar.gz && mv wal-g /usr/local/bin/ \
1616
&& rm -rf /tmp/* \

0 commit comments

Comments
 (0)