SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
251 stars 73 forks source link

node-rfc in docker #192

Closed reinaldo-rda closed 3 years ago

reinaldo-rda commented 3 years ago

I'm trying to install node-rfc on a Docker, but it returns the error below, what am I doing wrong?

nwrfc750P_7-70002752

Docker File

FROM node:12.18.1 #get cmake RUN echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list RUN apt-get update RUN apt-get -y -t testing install cmake tzdata #RUN apt-get -y install cmake tzdata #prepare system RUN apt-get -y install vim RUN npm install -g pm2 # Get nwrfcsdk COPY ./nwrfcsdk /usr/local/sap/nwrfcsdk ENV SAPNWRFC_HOME /usr/local/sap/nwrfcsdk RUN echo "$SAPNWRFC_HOME/lib" > /etc/ld.so.conf.d/nwrfcsdk.conf && ldconfig

Error Error