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 gmetad-gangliaweb gmetad-gangliaweb/. Sending build context to Docker daemon 17.41 kB Step 1 : FROM debian:jessie ---> 9dfe4b484ffc Step 2 : MAINTAINER Vladimir Vuksan <[email protected]> ---> Using cache ---> af70ab85d014 Step 3 : COPY config /config ---> Using cache ---> 4d2c6f972b53 Step 4 : RUN apt-get update ---> Using cache ---> 393c08774ebf Step 5 : RUN apt-get upgrade -y ---> Using cache ---> dc16b05415a5 Step 6 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 ---> Running in 116a4fe8ca56 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package apache2 The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y apache2' returned a non-zero code: 100
Sending build context to Docker daemon 17.41 kB Step 1 : FROM debian:jessie ---> 9dfe4b484ffc Step 2 : MAINTAINER Vladimir Vuksan <[email protected]> ---> Using cache ---> af70ab85d014 Step 3 : COPY config /config ---> Using cache ---> 4d2c6f972b53 Step 4 : RUN apt-get update ---> Using cache ---> 393c08774ebf Step 5 : RUN apt-get upgrade -y ---> Using cache ---> dc16b05415a5 Step 6 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 ---> Running in 116a4fe8ca56 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package apache2 The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y apache2' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sudo docker build -t gmetad-gangliaweb gmetad-gangliaweb/.
Sending build context to Docker daemon 17.41 kB Step 1 : FROM debian:jessie ---> 9dfe4b484ffc Step 2 : MAINTAINER Vladimir Vuksan <[email protected]> ---> Using cache ---> af70ab85d014 Step 3 : COPY config /config ---> Using cache ---> 4d2c6f972b53 Step 4 : RUN apt-get update ---> Using cache ---> 393c08774ebf Step 5 : RUN apt-get upgrade -y ---> Using cache ---> dc16b05415a5 Step 6 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 ---> Running in 116a4fe8ca56 Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package apache2 The command '/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y apache2' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered: