-
Notifications
You must be signed in to change notification settings - Fork 73
Description
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 <vlemp@vuksan.com> ---> 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