This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Unable to build #13
Comments
Merged
Thanks, I forgot to commit this file, now it should work. |
Open
Thanks for the fix; is there anyway you can move the files from gist.githubusercontent.com to github.com? Thanks, |
Pull latest changes, now the script is locally in the repo. |
great; thanks |
Can I close this issue? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When I run: docker-compose build
I get the following:
Building test
Step 1/17 : FROM node:latest
---> cbea0ebe4f3c
Step 2/17 : ENV RUBY_MAJOR 2.4
---> Using cache
---> 00403e9286df
Step 3/17 : ENV RUBY_VERSION 2.4.2
---> Using cache
---> a1b72c000990
Step 4/17 : ENV RUBY_DOWNLOAD_SHA256 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735
---> Using cache
---> 4fa2dac52318
Step 5/17 : ENV RUBYGEMS_VERSION 2.6.14
---> Using cache
---> 30b36bdebdbc
Step 6/17 : ENV BUNDLER_VERSION 1.15.4
---> Using cache
---> b61f99edba3f
Step 7/17 : COPY install_ruby.sh /tmp
ERROR: Service 'test' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder058809349/install_ruby.sh: no such file or directory
I'm using Docker version 17.10.0-ce, build f4ffd25 on Ubuntu 14.04
Thanks,
AD
The text was updated successfully, but these errors were encountered: