mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-03-10 12:42:20 +01:00
Compare commits
1 Commits
3cb78c6dea
...
4ec311eaae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ec311eaae |
@ -43,10 +43,7 @@ RUN apt-get update && \
|
||||
postgresql-common \
|
||||
build-essential && \
|
||||
/usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libpq-dev \
|
||||
liblz4-dev \
|
||||
libsnappy-dev
|
||||
apt-get install -y --no-install-recommends libpq-dev
|
||||
|
||||
# Copy requirements
|
||||
COPY containers/sidecar-requirements.txt .
|
||||
@ -76,10 +73,7 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
postgresql-common && \
|
||||
/usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libpq5 \
|
||||
liblz4-1 \
|
||||
libsnappy1v5 && \
|
||||
apt-get install -y --no-install-recommends libpq5 && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user