Commit Graph

6 Commits

Author SHA1 Message Date
Sylvain Tricot 8269d35420 Updated venv target in Makefile.
epsi-builds/msspec_python3/pipeline/head This commit looks good Details
The 'venv' target has been modified to ensure that
setuptools is at the latest version, otherwise the
docker image could not be created.

Dockerfile was modified to pull the master branch
instead of the devel one.
2021-09-27 15:50:52 +02:00
Sylvain Tricot 230340b1fd Work on docker support.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details
pip was not the default script in the virtualenv in the docker image (pip3 was).
So we had to use "ensurepip" as recommended by the pip team.

The Dockerfile was a bit simplified.
2021-09-17 11:55:23 +02:00
Sylvain Tricot d520405a73 Concatenated the last RUN in a single one.
epsi-builds/msspec_python3/pipeline/head This commit looks good Details
2021-07-02 18:21:10 +02:00
Sylvain Tricot 70f0433bf6 Small changes on DockerFile
epsi-builds/msspec_python3/pipeline/head This commit looks good Details
2021-06-30 12:44:06 +02:00
Sylvain Tricot 4ec4335431 Update Dockerfile so that it uses latest Python.
epsi-builds/msspec_python3/pipeline/head This commit looks good Details
Simplify the remaining of the file and make it buildable on Windows10
2021-06-27 21:42:22 +02:00
sylvain tricot 7921f813c4 Add a Dockerfile.
epsi-builds/msspec_python3/pipeline/head This commit looks good Details
2021-01-22 17:32:12 +01:00