You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ;-(
it's better to add
update apt-get
in line 36 ofsrc/scripts/run-example-docker.sh
without this line, i got some error like this:
The text was updated successfully, but these errors were encountered: