Skip to content

Instantly share code, notes, and snippets.

@3nids
Created December 26, 2019 10:32
Show Gist options
  • Save 3nids/bf0ec70ee5bc95d4f9308646c0778c8f to your computer and use it in GitHub Desktop.
Save 3nids/bf0ec70ee5bc95d4f9308646c0778c8f to your computer and use it in GitHub Desktop.
FROM python:3.7
RUN pip install python-slugify pyyaml pytransifex gitpython PyQt5 PyGithub pyqt5ac
RUN echo $(ls /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/libQt5Xml.so.5)
RUN python -c "from PyQt5.pylupdate_main import main"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment