Inessa Chernoguz Posted November 22, 2021 Posted November 22, 2021 Hi All, I am using the following command in Dockerfile: RUN apt install -y ./digilent.adept.runtime_2.26.1-i386.deb I downloaded .deb file, copied to the current directory. Docker build command failed with the following error message: Reading package lists... E: Unsupported file ./digilent.adept.runtime_2.26.1-i386.deb given on commandline The command '/bin/sh -c apt install -y ./digilent.adept.runtime_2.26.1-i386.deb' returned a non-zero code: 100 Can you, please help? Thanks, Inessa
qwersem Posted September 20, 2022 Posted September 20, 2022 Hi Inessa, Try a command: dpkg -i digilent.adept.runtime_2.26.1-i386.deb
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now