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
$ sudo docker build -t pbullian/dvwa . 1 (0.136s) [+] Building 6.1s (6/19) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.65kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/debian:9.2 1.9s => CACHED [ 1/15] FROM docker.io/library/debian:9.2@sha256:26b2647845d66 0.0s => [internal] load build context 0.1s => => transferring context: 61.74kB 0.0s => ERROR [ 2/15] RUN apt-get update && apt-get upgrade -y && DEB 4.1s ------ > [ 2/15] RUN apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y debconf-utils && echo mariadb-server mysql-server/root_password password vulnerables | debconf-set-selections && echo mariadb-server mysql-server/root_password_again password vulnerables | debconf-set-selections && DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 mariadb-server php php-mysql php-pgsql php-pear php-gd modsecurity-crs curl && apt-get clean && rm -rf /var/lib/apt/lists/*: 0.432 Ign:1 http://deb.debian.org/debian stretch InRelease 0.471 Ign:2 http://deb.debian.org/debian stretch-updates InRelease 0.487 Ign:3 http://security.debian.org stretch/updates InRelease 0.510 Ign:4 http://deb.debian.org/debian stretch Release 0.533 Ign:5 http://security.debian.org stretch/updates Release 0.549 Ign:6 http://deb.debian.org/debian stretch-updates Release 0.587 Ign:7 http://deb.debian.org/debian stretch/main all Packages 0.781 Ign:8 http://security.debian.org stretch/updates/main all Packages 0.827 Ign:9 http://security.debian.org stretch/updates/main amd64 Packages 0.828 Ign:10 http://deb.debian.org/debian stretch/main amd64 Packages 0.866 Ign:11 http://deb.debian.org/debian stretch-updates/main all Packages 1.086 Ign:8 http://security.debian.org stretch/updates/main all Packages 1.106 Ign:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages 1.145 Ign:7 http://deb.debian.org/debian stretch/main all Packages 1.389 Ign:10 http://deb.debian.org/debian stretch/main amd64 Packages 1.428 Ign:11 http://deb.debian.org/debian stretch-updates/main all Packages 1.567 Ign:9 http://security.debian.org stretch/updates/main amd64 Packages 1.669 Ign:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages 1.708 Ign:7 http://deb.debian.org/debian stretch/main all Packages 1.816 Ign:8 http://security.debian.org stretch/updates/main all Packages 2.049 Ign:10 http://deb.debian.org/debian stretch/main amd64 Packages 2.062 Ign:9 http://security.debian.org stretch/updates/main amd64 Packages 2.088 Ign:11 http://deb.debian.org/debian stretch-updates/main all Packages 2.325 Ign:8 http://security.debian.org stretch/updates/main all Packages 2.332 Ign:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2.371 Ign:7 http://deb.debian.org/debian stretch/main all Packages 2.569 Ign:9 http://security.debian.org stretch/updates/main amd64 Packages 2.614 Ign:10 http://deb.debian.org/debian stretch/main amd64 Packages 2.653 Ign:11 http://deb.debian.org/debian stretch-updates/main all Packages 2.830 Ign:8 http://security.debian.org stretch/updates/main all Packages 2.891 Ign:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages 2.929 Ign:7 http://deb.debian.org/debian stretch/main all Packages 3.172 Ign:10 http://deb.debian.org/debian stretch/main amd64 Packages 3.211 Ign:11 http://deb.debian.org/debian stretch-updates/main all Packages 3.273 Ign:9 http://security.debian.org stretch/updates/main amd64 Packages 3.458 Ign:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages 3.497 Ign:7 http://deb.debian.org/debian stretch/main all Packages 3.516 Ign:8 http://security.debian.org stretch/updates/main all Packages 3.759 Err:9 http://security.debian.org stretch/updates/main amd64 Packages 3.759 404 Not Found 3.786 Err:10 http://deb.debian.org/debian stretch/main amd64 Packages 3.786 404 Not Found 3.824 Ign:11 http://deb.debian.org/debian stretch-updates/main all Packages 4.071 Err:12 http://deb.debian.org/debian stretch-updates/main amd64 Packages 4.071 404 Not Found 4.099 Reading package lists... 4.104 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. 4.104 W: The repository 'http://security.debian.org stretch/updates Release' does not have a Release file. 4.104 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file. 4.104 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages 404 Not Found 4.104 E: Failed to fetch http://security.debian.org/dists/stretch/updates/main/binary-amd64/Packages 404 Not Found 4.104 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages 404 Not Found 4.104 E: Some index files failed to download. They have been ignored, or old ones used instead. ------ Dockerfile:3 -------------------- 2 | 3 | >>> RUN apt-get update && \ 4 | >>> apt-get upgrade -y && \ 5 | >>> DEBIAN_FRONTEND=noninteractive apt-get install -y \ 6 | >>> debconf-utils && \ 7 | >>> echo mariadb-server mysql-server/root_password password vulnerables | debconf-set-selections && \ 8 | >>> echo mariadb-server mysql-server/root_password_again password vulnerables | debconf-set-selections && \ 9 | >>> DEBIAN_FRONTEND=noninteractive apt-get install -y \ 10 | >>> apache2 \ 11 | >>> mariadb-server \ 12 | >>> php \ 13 | >>> php-mysql \ 14 | >>> php-pgsql \ 15 | >>> php-pear \ 16 | >>> php-gd \ 17 | >>> modsecurity-crs \ 18 | >>> curl \ 19 | >>> && \ 20 | >>> apt-get clean && \ 21 | >>> rm -rf /var/lib/apt/lists/* 22 | -------------------- ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y debconf-utils && echo mariadb-server mysql-server/root_password password vulnerables | debconf-set-selections && echo mariadb-server mysql-server/root_password_again password vulnerables | debconf-set-selections && DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 mariadb-server php php-mysql php-pgsql php-pear php-gd modsecurity-crs curl && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: