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

TMSS-163: typo

parent 9adc9dd8
No related branches found
No related tags found
2 merge requests!110Resolve TMSS-163,!104Resolve TMSS-146
...@@ -11,7 +11,7 @@ RUN echo "Installing packages for LTA..." ...@@ -11,7 +11,7 @@ RUN echo "Installing packages for LTA..."
RUN yum erase -y postgresql postgresql-server postgresql-devel && \ 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 && \ yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
yum install -y postgresql96 postgresql96-server postgresql96-devel && \ yum install -y postgresql96 postgresql96-server postgresql96-devel && \
cd /bin && ln -s /usr/pgsql-9.6/bin/initb && ln -s /usr/pgsql-9.6/bin/postgres cd /bin && ln -s /usr/pgsql-9.6/bin/initdb && ln -s /usr/pgsql-9.6/bin/postgres
ENV PATH /usr/pgsql-9.6/bin:$PATH ENV PATH /usr/pgsql-9.6/bin:$PATH
RUN pip3 install kombu requests pysimplesoap mysql-connector flask lxml jsonschema psycopg2 testing.postgresql RUN pip3 install kombu requests pysimplesoap mysql-connector flask lxml jsonschema psycopg2 testing.postgresql
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