mirror of
https://git.koehn.com/docker/postgres-wal-g.git
synced 2023-10-20 22:33:52 -05:00
minor dockerfile tweaks
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM postgres:11.1
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
apt-get update && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -qqy curl ca-certificates && \
|
||||
cd /usr/local/bin && curl -L https://github.com/wal-g/wal-g/releases/download/v0.2.2/wal-g.linux-amd64.tar.gz | tar xzf -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user