Skip to content
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

Cannot make inside the docker ( main ) #41

Open
zobis2 opened this issue Mar 24, 2019 · 1 comment
Open

Cannot make inside the docker ( main ) #41

zobis2 opened this issue Mar 24, 2019 · 1 comment

Comments

@zobis2
Copy link

zobis2 commented Mar 24, 2019

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.

@waiwnf
Copy link
Owner

waiwnf commented Sep 14, 2019

Hi @zobis2 . Sorry I dropped the ball on maintaining this for quite a while. I have just pushed 3915199 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants