-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox-esr install error #15
Comments
Hi, does your build stop at those error messages? Mine continues past them and installs all the needed dependencies: RUN dpkg -i /tmp/*.deb; apt-get -fqy install the |
@niclan dang you're right! so the install isn't really failing, it's just printing some scary stderr messages! i think i found a way to avoid that tho:
|
avoid scary stderr messages / resolve niclanGH-15
@divinity76 : indeed. Many things have scary messages during the build but for a real problem the build will (should) stop with a error message. I did not know apt-get can be used like that, but that takes away the error messages and only leaves behind the wall of text. Thanks! |
when building the newest commit ( 6273adb ) on Ubuntu 22.04, i eventually get to
The text was updated successfully, but these errors were encountered: