Coder Social home page Coder Social logo

docker-clamavd's People

Contributors

dinkel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

docker-clamavd's Issues

Can't build due to mismatch in debian package downloads

When I run docker build -f Dockerfile, I get this error:

Sending build context to Docker daemon  15.87kB
Step 1/18 : FROM debian:jessie
 ---> 7cd9fb1ee74f
Step 2/18 : MAINTAINER Christian Luginbühl <[email protected]>
 ---> Using cache
 ---> d31333fa801c
Step 3/18 : ENV CLAMAV_VERSION 0.101
 ---> Running in 96280263f030
Removing intermediate container 96280263f030
 ---> c616e647c1f7
Step 4/18 : RUN echo "deb http://http.debian.net/debian/ jessie main contrib non-free" > /etc/apt/sources.list &&     echo "deb http://http.debian.net/debian/ jessie-updates main contrib non-free" >> /etc/apt/sources.list &&     echo "deb http://security.debian.org/ jessie/updates main contrib non-free" >> /etc/apt/sources.list &&     apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y         clamav-daemon=${CLAMAV_VERSION}*         clamav-freshclam=${CLAMAV_VERSION}*         libclamunrar7         wget &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Running in 5de761bef970
Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://http.debian.net jessie InRelease
Get:2 http://http.debian.net jessie-updates InRelease [7340 B]
Get:3 http://http.debian.net jessie Release.gpg [2420 B]
Get:4 http://http.debian.net jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [825 kB]
Get:6 http://http.debian.net jessie/main amd64 Packages [9098 kB]
Get:7 http://security.debian.org jessie/updates/contrib amd64 Packages [2366 B]
Get:8 http://security.debian.org jessie/updates/non-free amd64 Packages [4734 B]
Get:9 http://http.debian.net jessie/contrib amd64 Packages [59.2 kB]
Get:10 http://http.debian.net jessie/non-free amd64 Packages [101 kB]
W: Failed to fetch http://http.debian.net/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.Fetched 10.3 MB in 7s (1334 kB/s)

The command '/bin/sh -c echo "deb http://http.debian.net/debian/ jessie main contrib non-free" > /etc/apt/sources.list &&     echo "deb http://http.debian.net/debian/ jessie-updates main contrib non-free" >> /etc/apt/sources.list &&     echo "deb http://security.debian.org/ jessie/updates main contrib non-free" >> /etc/apt/sources.list &&     apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y         clamav-daemon=${CLAMAV_VERSION}*         clamav-freshclam=${CLAMAV_VERSION}*         libclamunrar7         wget &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

I am running this with Docker vers 18.09.2, and Docker Desktop for mac (https://docs.docker.com/docker-for-mac/)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.