We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While installing through dockerfile. I am getting this error. Please update the docker file accordingly or let me know what is the fix of the error..
The text was updated successfully, but these errors were encountered:
6 Jun 2019 !! but adapt your source architecture and replace: RUN apt-get install -y wget RUN wget http://ftp.de.debian.org/debian/pool/main/b/blitz++/libblitz0v5_1.0.2+ds-2_armhf.deb RUN wget http://ftp.de.debian.org/debian/pool/main/b/blitz++/libblitz0-dev_1.0.2+ds-2_armhf.deb RUN dpkg -i libblitz0v5_1.0.2+ds-2_armhf.deb RUN dpkg -i libblitz0-dev_1.0.2+ds-2_armhf.deb RUN rm libblitz0v5_1.0.2+ds-2_armhf.deb RUN rm libblitz0-dev_1.0.2+ds-2_armhf.deb
Sorry, something went wrong.
No branches or pull requests
While installing through dockerfile. I am getting this error. Please update the docker file accordingly or let me know what is the fix of the error..
The text was updated successfully, but these errors were encountered: