We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229e7ba commit 1173222Copy full SHA for 1173222
centos7/Dockerfile
@@ -40,8 +40,9 @@ RUN if [ ! -f /etc/yum.repos.d/postgresql-${POSTGRESQL_VER/./}.repo ]; then \
40
# PostgreSQL packages (cache will be used for previous steps)
41
ARG DATE=None
42
43
-# Generate a list of original packages, update and install PostgreSQL and sudo
+# Generate a list of original packages, add CentOS SCL, update and install PostgreSQL and sudo
44
RUN rpm -qa --qf "%{NAME}\n" > /opt/packages-image.txt && \
45
+ yum -y -q install centos-release-scl && \
46
yum -y -q update && \
47
yum -y -q install \
48
postgresql${POSTGRESQL_VER/./} \
0 commit comments