GreenfishK / starvers_eval

🏋 Fork of the BEAR benchmark with additional evaluations: https://github.com/webdata/BEAR
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Issues with curl in Dockerfile #11

Closed GreenfishK closed 1 year ago

GreenfishK commented 1 year ago
RUN apt-get install curl=7.74.0-1.3+deb11u3 -y

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: curl : Depends: libcurl4 (= 7.74.0-1.3+deb11u3) but 7.74.0-1.3+deb11u5 is to be installed

GreenfishK commented 1 year ago

Fix by changing to curl=7.74.0-1.3+deb11u5

GreenfishK commented 1 year ago

issue appeared again while building the docker image:

The command '/bin/sh -c apt-get install curl=7.74.0-1.3+deb11u5 -y' returned a non-zero code: 100
GreenfishK commented 1 year ago

Fix by changing to curl=7.74.0-1.3+deb11u7