Commit ca6d1c9
authored
Docker image fixes (#31)
* Don't create the PyPi cache in the docker image
Creating the PyPi cache in a docker image only increase the image size
and is useless, so disable it.
* Add build args to allow selecting the base docker image
Add build args to allow selecting the base docker image without having
to edit the Dockerfile. This is especially usefull for automated
builds were editing files is not an option.1 parent 4c9cfc7 commit ca6d1c9
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
0 commit comments