Skip to content
Snippets Groups Projects
Commit 58ca0038 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-186: added missing package for t_ltacp

parent fee0af0b
No related branches found
No related tags found
1 merge request!135TMSS-186: make test(s) fail to show that gitlab blocks merge
......@@ -7,6 +7,8 @@ FROM ci_base:latest
RUN echo "Installing packages for LTA..."
RUN yum install -y nmap-ncat
# see https://www.postgresql.org/download/linux/redhat/ on how to install postgresql-server > 9.2 on centos7
RUN yum erase -y postgresql postgresql-server postgresql-devel && \
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment