Recipe for building wxPython 3.0.2 on linux
cd recipe
docker build .
- create container with new image (
docker create <image>
) - copy directory to local directory (
docker cp <container>:/opt/conda/envs/build/conda-bld/linux-64 ./tmp
) - upload to anaconda.org (on local
conda-build
environment,anaconda upload -u cctbx <file>
)