-
Notifications
You must be signed in to change notification settings - Fork 246
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
pyrdp-convert.py fails in Docker container #250
Comments
Fixed the missing executable bits in master minutes ago because it was really easy to do. Investigating the issue, I think I tracked it back to this PR #219 merging the Dockerfile improvements but we merged the pyrdp-convert changes after (although on a timeline it was done before I think). Our I'll get to the bug shortly but we should exercise pyrdp-convert in CI as a smoke test too. @Res260 👀 if you have time to kill |
* Bump to Ubuntu 20.04 in docker images * Added back pyav deps to requirements.txt
A candidate fix is available in #251. |
Successful regression testing added in #253 |
* Bump to Ubuntu 20.04 in docker images * Added back pyav deps to requirements.txt
A fix was merged minutes ago. Updated images are now available on DockerHub. Feel free to re-open if this doesn't fix your issue. Thanks for the report! |
Run these commands
You get this error, missing dep in container?
Also:
ls -l /pyrdp/bin/
The pyrdp-convert script is missing the executable bit.
The text was updated successfully, but these errors were encountered: