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

docker build error #14

Open
doyoungdy opened this issue Jul 27, 2018 · 0 comments
Open

docker build error #14

doyoungdy opened this issue Jul 27, 2018 · 0 comments

Comments

@doyoungdy
Copy link

Sending build context to Docker daemon 4.608kB
Step 1/15 : FROM node:boron-slim
---> edcf82fbf07b
Step 2/15 : MAINTAINER ZstringX [email protected]
---> Using cache
---> d462947c2bcb
Step 3/15 : WORKDIR /root
---> Using cache
---> 04e7fb021c35
Step 4/15 : RUN { echo debconf debconf/frontend select Noninteractive; echo mysql-community-server mysql-community-server/data-dir select ''; echo mysql-community-server mysql-community-server/root-pass password ''; echo mysql-community-server mysql-community-server/re-root-pass password ''; echo mysql-community-server mysql-community-server/remove-test-db select true; } | debconf-set-selections && apt-get update && apt-get install -y unzip nginx mysql-server
---> Running in 9d0826116a30
Ign http://security.debian.org jessie/updates InRelease
Ign http://security.debian.org jessie/updates Release.gpg
Ign http://security.debian.org jessie/updates Release
Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages

Err http://security.debian.org jessie/updates/main amd64 Packages
Undetermined Error
W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages Undetermined Error

E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c { echo debconf debconf/frontend select Noninteractive; echo mysql-community-server mysql-community-server/data-dir select ''; echo mysql-community-server mysql-community-server/root-pass password ''; echo mysql-community-server mysql-community-server/re-root-pass password ''; echo mysql-community-server mysql-community-server/remove-test-db select true; } | debconf-set-selections && apt-get update && apt-get install -y unzip nginx mysql-server' returned a non-zero code: 100

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

1 participant