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 6f3a425 commit 1f3154bCopy full SHA for 1f3154b
asset_build_scripts/Dockerfile.centos6
@@ -6,6 +6,7 @@ ARG GREP_EXCLUDE='(ld.so|ld-linux-x86-64.so|libBrokenLocale.so|libSegFault.so|li
6
ARG RUBY_VERSION=2.4.4
7
8
WORKDIR /assets/build/
9
+RUN curl https://www.getpagespeed.com/files/centos6-eol.repo --output /etc/yum.repos.d/CentOS-Base.repo
10
RUN yum install -y git
11
RUN yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm
12
RUN yum install -y postgresql95 postgresql95-libs postgresql95-devel
0 commit comments