Dockerfile 에러 Unable to fetch~~ returned non-zero code:100 E: Failed to fetch http://deb.debian.org ~ E: Unable to fetch some archives maybe run apt-get update or try with --fix -missing? The command /bin/sh -c apt-get update -y && apt-get upgrade -y && apt-get -y install ~~ returned a non-zero code:100 Error 내용은 위와 같다. 해결방법 -y 옵션 위치가 중요했다. -y 옵션 순서를 잘못 써서 생긴 문제였다. apt-get update -y => apt-get -..