File tree 7 files changed +63
-0
lines changed 7 files changed +63
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
28
28
29
29
COPY requirements.txt /
30
30
31
+ # Install pg apt repository
32
+ RUN set -xe; \
33
+ apt-get update; \
34
+ apt install -y curl ca-certificates; \
35
+ apt install -y postgresql-common;
36
+
37
+ RUN set -xe; \
38
+ YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh;
39
+
31
40
# Install additional extensions
32
41
RUN set -xe; \
33
42
apt-get update; \
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
28
28
29
29
COPY requirements.txt /
30
30
31
+ # Install pg apt repository
32
+ RUN set -xe; \
33
+ apt-get update; \
34
+ apt install -y curl ca-certificates; \
35
+ apt install -y postgresql-common;
36
+
37
+ RUN set -xe; \
38
+ YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh;
39
+
31
40
# Install additional extensions
32
41
RUN set -xe; \
33
42
apt-get update; \
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
28
28
29
29
COPY requirements.txt /
30
30
31
+ # Install pg apt repository
32
+ RUN set -xe; \
33
+ apt-get update; \
34
+ apt install -y curl ca-certificates; \
35
+ apt install -y postgresql-common;
36
+
37
+ RUN set -xe; \
38
+ YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh;
39
+
31
40
# Install additional extensions
32
41
RUN set -xe; \
33
42
apt-get update; \
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
28
28
29
29
COPY requirements.txt /
30
30
31
+ # Install pg apt repository
32
+ RUN set -xe; \
33
+ apt-get update; \
34
+ apt install -y curl ca-certificates; \
35
+ apt install -y postgresql-common;
36
+
37
+ RUN set -xe; \
38
+ YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh;
39
+
31
40
# Install additional extensions
32
41
RUN set -xe; \
33
42
apt-get update; \
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
28
28
29
29
COPY requirements.txt /
30
30
31
+ # Install pg apt repository
32
+ RUN set -xe; \
33
+ apt-get update; \
34
+ apt install -y curl ca-certificates; \
35
+ apt install -y postgresql-common;
36
+
37
+ RUN set -xe; \
38
+ YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh;
39
+
31
40
# Install additional extensions
32
41
RUN set -xe; \
33
42
apt-get update; \
Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ LABEL name="PostgreSQL Container Images" \
26
26
27
27
COPY requirements.txt /
28
28
29
+ # Install pg apt repository
30
+ RUN set -xe; \
31
+ apt-get update; \
32
+ apt install -y curl ca-certificates; \
33
+ apt install -y postgresql-common;
34
+
35
+ RUN set -xe; \
36
+ YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh;
37
+
29
38
# Install additional extensions
30
39
RUN set -xe; \
31
40
apt-get update; \
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
28
28
29
29
COPY requirements.txt /
30
30
31
+ # Install pg apt repository
32
+ RUN set -xe; \
33
+ apt-get update; \
34
+ apt install -y curl ca-certificates; \
35
+ apt install -y postgresql-common;
36
+
37
+ RUN set -xe; \
38
+ YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh;
39
+
31
40
# Install additional extensions
32
41
RUN set -xe; \
33
42
apt-get update; \
You can’t perform that action at this time.
0 commit comments