helpdesk-validator icon indicating copy to clipboard operation
helpdesk-validator copied to clipboard

v2023.2 - 21/06/2023 installation problem with squid using podman

Open TeijoKal opened this issue 1 year ago • 4 comments

We can not use docker in our corporate network. So we are using podman instead.

Have the following issue with installing the validator.

After running podman build -t validator .

It causes the following error:

STEP 33/42: RUN apt-get -y install squid Reading package lists... Building dependency tree... Reading state information... Package squid is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'squid' has no installation candidate Error: building at STEP "RUN apt-get -y install squid": while running runtime: exit status 100

TeijoKal avatar Jul 18 '23 14:07 TeijoKal