pilotguru icon indicating copy to clipboard operation
pilotguru copied to clipboard

Cannot make inside the docker ( main )

Open zobis2 opened this issue 5 years ago • 1 comments

hey , im writing to run the docker (after building it) with ./run-docker.sh main then i do the process of mkdir build and cd build but then when i try to build some dependencies from dev is missing on main like this line RUN apt-get -y install qtcreator qtbase5-dev

after running this i can do cmake .. but make -j will fail.

same questions goes for dev docker ffempeg codec seems to be missing in the pip install processing ...

tried to add those 2 lines( RUN sudo add-apt-repository ppa:jonathonf/ffmpeg-3 RUN sudo apt update && sudo apt -y install ffmpeg libav-tools x264 x265 )

to add support for codec but no luck.

if there is a way to run the dockers please notify, thanks alot.

zobis2 avatar Mar 24 '19 15:03 zobis2

Hi @zobis2 . Sorry I dropped the ball on maintaining this for quite a while. I have just pushed 39151999ea641e1a049226b2be4edea4df637f95 that fixes the build issues. I think ffmpeg is dragged in by pip as a dependency to av, but not 100% sure. There was a change in the recent av versions, which required a newer ffmpeg, so I fixed the av version in the dockerfile to be an older one for compatibility.

waiwnf avatar Sep 14 '19 10:09 waiwnf