StefanScherer / node-rfc-docker

Example to use node-rfc in a Docker container
Apache License 2.0
4 stars 2 forks source link

Unable to build docker image #2

Open prajyot1708 opened 1 year ago

prajyot1708 commented 1 year ago

@StefanScherer I am trying to build the docker image but facing the issues. Please find the code structure below.

image And this is my dockerfile: image I am facing below issue. image

StefanScherer commented 1 year ago

It's a Linux container. You need to specify a Linux path.

ENV SAPNWRFC_HOME /nwrfcsdk

should work. But I haven't built this image for years.

prajyot1708 commented 1 year ago

Deny the access to github.com to block download of the prebuilt node binding. How can I do that.