Re: [clamav-users] Using clamav-daemon on Heroku inside Docker

2021-03-24 Thread Tom Hamilton Stubber via clamav-users
If you look at my Dockerfile you can see I'm installing them, and you can see from my original email that the output of `service clamav-daemon status` is giving me the user clamav error, rather than a 'service could not be found' error. I've got clamav running locally and with GH actions without

Re: [clamav-users] Using clamav-daemon on Heroku inside Docker

2021-03-24 Thread Eero Volotinen
Well. Try installing both packages 'clamav' and 'clamav-daemon' You should learn how to debug this kind of 'basic stuff'. Eero On Wed, Mar 24, 2021 at 9:31 PM Tom Hamilton Stubber wrote: > That returns nothing, which makes sense. > > The issue is that when I try and create the user in my

Re: [clamav-users] Using clamav-daemon on Heroku inside Docker

2021-03-24 Thread Tom Hamilton Stubber via clamav-users
That returns nothing, which makes sense. The issue is that when I try and create the user in my Dockerfile, I can't because they already exist. On Wed, 24 Mar 2021 at 20:23, Eero Volotinen wrote: > clamav user is missing from system. > > verify that running grep clamav /etc/passwd > > > > Eero

Re: [clamav-users] Using clamav-daemon on Heroku inside Docker

2021-03-24 Thread Eero Volotinen
clamav user is missing from system. verify that running grep clamav /etc/passwd Eero On Wed 24. Mar 2021 at 20.49, Tom Hamilton Stubber via clamav-users < clamav-users@lists.clamav.net> wrote: > Hi folks, > > I'm having some trouble getting the clamav-daemon running on Heroku inside >

[clamav-users] Using clamav-daemon on Heroku inside Docker

2021-03-24 Thread Tom Hamilton Stubber via clamav-users
Hi folks, I'm having some trouble getting the clamav-daemon running on Heroku inside Docker. I'm running a simple server with FastAPI to get and check documents uploaded to an S3 bucket. I've created an issue for this at *https://github.com/tutorcruncher/tc-virus-checker/issues/5/