enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 04 Sep 2021 01:35:11 +0200
changeset 37 fd09116d3537
permissions -rwxr-xr-x
New windows installer cross build, using patched pacman to get MSYS2's packages and PIP over Wine to get PyPI packages. Work in progress.
#!/bin/bash

CONTAINER=beremiz_public_builder_current

docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER