You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was thinking about providing a pull request but my git history is pretty filled with many different commits as I had some typos :D. So I thought its easier to report the error and solution this way.
karan-rathod-316
added a commit
to karan-rathod-316/devsecops-crash-course-pygoat
that referenced
this issue
Oct 10, 2024
2.420 E: Version '1:9.11.5.P4+dfsg-5.1+deb10u9' for 'dnsutils' was not found
seems like they have updated the dnsutil package. What helped was to specify a newer version:
RUN apt-get update && apt-get install --no-install-recommends -y dnsutils=1:9.11.5.P4+dfsg-5.1+deb10u10
The text was updated successfully, but these errors were encountered: