Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

changing the clamav version.#58

Open
vanishreesai1991 wants to merge 1 commit into
UKHomeOffice:masterfrom
vanishreesai1991:patch-1
Open

changing the clamav version.#58
vanishreesai1991 wants to merge 1 commit into
UKHomeOffice:masterfrom
vanishreesai1991:patch-1

Conversation

@vanishreesai1991

Copy link
Copy Markdown

Issue and Fix - ERROR: unsatisfiable constraints: clamav-0.102.3-r0: breaks: world[clamav=0.102.1-r0]

Issue:

When I tired pulling the code to my local environment and build using docker build command..

Got the below error:

ERROR: unsatisfiable constraints:
clamav-0.102.3-r0:
breaks: world[clamav=0.102.1-r0]
clamav-libunrar-0.102.3-r0:
breaks: world[clamav-libunrar=0.102.1-r0]
The command '/bin/sh -c apk add --no-cache clamav=$CLAM_VERSION clamav-libunrar=$CLAM_VERSION' returned a non-zero code: 2

Fix:

And got fixed by changing the clam version in docker file :
ENV CLAM_VERSION=0.102.1-r0 to latest version available ENV CLAM_VERSION=0.102.3-r0.

New version am referring from : https://pkgs.alpinelinux.org/packages?name=clamav-libunrar&branch=edge

Issue and Fix -  ERROR: unsatisfiable constraints: clamav-0.102.3-r0: breaks: world[clamav=0.102.1-r0]

Issue:

When I tired pulling the code to my local environment and build using docker build command..

Got the below error:

ERROR: unsatisfiable constraints:
  clamav-0.102.3-r0:
    breaks: world[clamav=0.102.1-r0]
  clamav-libunrar-0.102.3-r0:
    breaks: world[clamav-libunrar=0.102.1-r0]
The command '/bin/sh -c apk add --no-cache clamav=$CLAM_VERSION clamav-libunrar=$CLAM_VERSION' returned a non-zero code: 2

Fix:

And got fixed by changing the clam version in docker file :
ENV CLAM_VERSION=0.102.1-r0   to latest version available ENV CLAM_VERSION=0.102.3-r0.

New version am referring from : https://pkgs.alpinelinux.org/packages?name=clamav-libunrar&branch=edge
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant