Skip to content
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

a proposal for src/scripts/run-example-docker.sh #149

Open
biolxy opened this issue Oct 17, 2018 · 1 comment
Open

a proposal for src/scripts/run-example-docker.sh #149

biolxy opened this issue Oct 17, 2018 · 1 comment

Comments

@biolxy
Copy link

biolxy commented Oct 17, 2018

it's better to add update apt-get in line 36 of src/scripts/run-example-docker.sh

RUN sudo apt-get

without this line, i got some error like this:

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/liba/libarchive/libarchive13_3.1.2-11ubuntu0.16.04.3_amd64.deb  404  Not Found [IP: 91.189.91.23 80]

   Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/liba/libarchive/libarchive-dev_3.1.2-11ubuntu0.16.04.3_amd64.deb  404  Not Found [IP: 91.189.9▽.23 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

@kloot
Copy link

kloot commented Jan 27, 2019

Great tip, made the script work better for me!
I inserted RUN sudo apt-get update after line 35 to get past this step. But still died at (old) line 78 ;-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants