Changeset 918:cfa4d89368fa
- Timestamp:
- 02/23/19 13:39:04 (6 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docker/context/setup.sh
r916 r918 26 26 27 27 echo "exit" | wine cmd 28 wine msiexec /i python-2.7. 2.msi28 wine msiexec /i python-2.7.15.msi 29 29 wine msiexec /i cefpython3-31.2.py2.7-win32.msi 30 30 wine msiexec /i pygtk-all-in-one-2.24.1.win32-py2.7.msi … … 41 41 tar xzf Python27.extra.tar.gz -C "${cpythondir}" 42 42 43 touch -d "2015-02-22 14:50:07" "${cpythondir}/Lib/site-packages/win32/lib/win32con.py"44 touch -d "2015-02-22 14:50:07" "${cpythondir}/Lib/site-packages/win32/lib/winerror.py"45 46 cp python27.dll WINHTTP.dll "${cwinsysdir}"47 48 43 echo 49 44 echo "Removing extra packages..."
Note:
See TracChangeset
for help on using the changeset viewer.