Skip to content

Commit 5705797

Browse files
committed
Fixed docker image
1 parent 799e9c8 commit 5705797

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ ENV PYTHONUNBUFFERED 1
1010

1111
# getting postgres from PGDG (https://wiki.postgresql.org/wiki/Apt)
1212
# gnupg is required to run apt.postgresql.org.sh
13+
# subversion needed for some of the requirements (welcome to the year 2000)
1314
RUN apt-get update \
1415
&& apt-get install --assume-yes --no-install-recommends \
1516
git \
1617
gnupg \
1718
postgresql-common \
19+
subversion \
1820
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y\
1921
&& apt-get install --assume-yes --no-install-recommends postgresql-client-14\
2022
&& apt-get purge --assume-yes --auto-remove gnupg\

0 commit comments

Comments
 (0)