File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
88RUN apt-get -qq update && apt-get -qq install -y \
99 wget gcc g++ make xz-utils python2.7 git curl
1010
11- # RUN wget -q -O node8.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz \
12- # && tar xfJ node8.tar.xz && rm -rf node8.tar.xz
11+ RUN wget -q -O node8.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz \
12+ && tar xfJ node8.tar.xz && rm -rf node8.tar.xz
1313
14- RUN wget -q -O node11.tar.xz https://nodejs.org/dist/v11.15.0/node-v11.15.0-linux-x64.tar.xz \
15- && tar xfJ node11.tar.xz && rm -rf node11.tar.xz
14+ # RUN wget -q -O node11.tar.xz https://nodejs.org/dist/v11.15.0/node-v11.15.0-linux-x64.tar.xz \
15+ # && tar xfJ node11.tar.xz && rm -rf node11.tar.xz
1616
1717ENV SERVERNAME=$servername
1818ENV INFORMIXDIR /opt/IBM/informix
@@ -31,7 +31,7 @@ RUN echo "informixoltp_tcp onsoctcp ${SERVERNAME:-informix}
3131 > ${INFORMIXDIR}/etc/sqlhosts.informixoltp_tcp
3232
3333
34- ENV PATH /home/informix/node-v11.15.0 -linux-x64/bin:${INFORMIXDIR}/bin:${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:${PATH}
34+ ENV PATH /home/informix/node-v8.11.3 -linux-x64/bin:${INFORMIXDIR}/bin:${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:${PATH}
3535ENV LD_LIBRARY_PATH ${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:${INFORMIXDIR}/lib/cli
3636ENV INFORMIXSQLHOSTS ${INFORMIXDIR}/etc/sqlhosts.informixoltp_tcp
3737ENV USER root
Original file line number Diff line number Diff line change 3434 "url" : " latest" ,
3535 "https" : " latest" ,
3636 "nodemon" : " latest" ,
37- "topcoder-healthcheck-dropin" : " ^1.0.3"
37+ "topcoder-healthcheck-dropin" : " ^1.0.3" ,
38+ "util" : " latest"
3839 },
3940 "devDependencies" : {
4041 "chai" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11const config = require ( 'config' ) ;
2-
2+ const TextDecoder = require ( 'util' ) . TextDecoder ;
33async function pgfetchdatatype ( client , schemaname , tablename ) {
44 try {
55 console . log ( "retriving data type ------" )
You can’t perform that action at this time.
0 commit comments