source: docker/msys/setup.sh@ 976:69bc5891e14d

python3
Last change on this file since 976:69bc5891e14d was 976:69bc5891e14d, checked in by István Váradi <ivaradi@…>, 5 years ago

Reworked Windows Docker image and MSYS building (re #347)

  • Property exe set to *
File size: 469 bytes
Line 
1#!/bin/bash
2
3set -e -u
4
5echo "Installing extra packages..."
6
7pacman -S --noconfirm mc patch unzip openssh ca-certificates mingw-w64-i686-python3 mingw-w64-i686-python3-setuptools mingw-w64-i686-gcc mingw-w64-i686-gtk3 mingw-w64-i686-python3-lxml mingw-w64-i686-cmake mingw-w64-i686-make mingw-w64-i686-python3-pip mingw-w64-i686-python3-pillow mingw-w64-i686-python3-gobject mingw-w64-i686-python3-cffi
8pacman -Scc --noconfirm
9
10pip3 install jsonrpclib-pelix
Note: See TracBrowser for help on using the repository browser.