alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

Installation fails with "cp: can't stat 'config/default.example.yml': No such file or directory" #78

Closed hannob closed 3 years ago

hannob commented 3 years ago

My latest attempt to get this running fails with an error like this:

 ---> Using cache
 ---> b9e246ce5dbf
Step 6/10 : RUN cp config/default.example.yml config/production.yml  && rm .git  && npm install --unsafe-perm  && npm cache clear --force
 ---> Running in abba0124a3e0
cp: can't stat 'config/default.example.yml': No such file or directory
ERROR: Service 'webrtc-sfu' failed to build: The command '/bin/sh -c cp config/default.example.yml config/production.yml  && rm .git  && npm install --unsafe-perm  && npm cache clear --force' returned a non-zero code: 1
cjhille commented 3 years ago

Were you using the current v2.2.x branch (7e60db384e5c0a7d8d66c3a7d5144246d752a526)? I just ran a fresh install according to the instructions and it built the images without errors.

hannob commented 3 years ago

Ok nevermind... I forgot to recurse into submodules in the git clone. Sorry for the noise.