We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: