-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container does not run #1
Comments
When I build the image I get a similar error for the missing file(s): docker build -t ianblenke/kvm-modernie:win10_ie11 .
Sending build context to Docker daemon 2.56 kB
Step 1/9 : FROM ianblenke/kvm
---> 03d726b1e5e7
Step 2/9 : RUN apt-get -y update
---> Using cache
---> 12b6cb16a5d9
Step 3/9 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install curl git wget libguestfs-tools aria2 unzip dos2unix unrar-free wget git alien samba xorriso screen tmux
---> Using cache
---> 1110e6e2e870
Step 4/9 : WORKDIR /data
---> Using cache
---> 5aa3ca228b25
Step 5/9 : RUN git clone https://github.com/ianblenke/ie-vm.git
---> Using cache
---> 64e456567600
Step 6/9 : WORKDIR /data/ie-vm
---> Using cache
---> 7b140750192c
Step 7/9 : RUN ./fetch.sh $(./ie-urls.sh | grep -i win10 | grep -i ie11)
---> Running in 0c28c5db94cd
Usage: ./fetch.sh [url to IE.txt file]
The command '/bin/sh -c ./fetch.sh $(./ie-urls.sh | grep -i win10 | grep -i ie11)' returned a non-zero code: 1 |
|
how to resolve it ? same problems? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I run
it throws
Like if the image is missing those 2 files
The text was updated successfully, but these errors were encountered: