-
Notifications
You must be signed in to change notification settings - Fork 106
Description
root@mega-db:~/example-voting-app# docker-compose build
db uses an image, skipping
redis uses an image, skipping
Building worker
Step 1/9 : FROM java:7
7: Pulling from library/java
5040bd298390: Pull complete
fce5728aad85: Pull complete
76610ec20bf5: Pull complete
60170fec2151: Pull complete
66b144b1d5b0: Pull complete
6263baad4f89: Pull complete
Digest: sha256:c0b61b62639124aa838dc755c5a9d57c072f762b71b170281927399a14db4652
Status: Downloaded newer image for java:7
---> 5dc48a6b75af
Step 2/9 : RUN apt-get update -qq && apt-get install -y maven && apt-get clean
---> Running in 474309e2ec08
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'worker' failed to build: The command '/bin/sh -c apt-get update -qq && apt-get install -y maven && apt-get clean' returned a non-zero code: 100
root@mega-db:~/example-voting-app#