Anthony Suárez
|
d0a1549467
|
Install Docker packages with --no-cache-dir
Pip has a "--no-cache-dir" argument to disable caching, eliminating the
need of deleting the cache with a hard-coded path.
|
2022-10-01 07:00:29 -05:00 |
|
Anthony Suárez
|
0f62137b49
|
Add newlines to Dockerfile to improve readability
|
2022-09-29 22:10:10 -05:00 |
|
Anthony Suárez
|
3943a8b291
|
Use Debian Slim Bullseye as the Docker image's base
|
2022-09-29 22:08:55 -05:00 |
|
Roman Hofer
|
e45b52b1cf
|
add WORKDIR in Dockerfile. Remove Image in compose
|
2020-07-21 23:52:41 +02:00 |
|
ZephrFish
|
5a92ce2f55
|
Fixed docker file, git is not included in alpine by default
|
2019-12-20 14:47:16 +00:00 |
|
Paulo Diovani
|
01fa29ca1d
|
Alpine doesn't need apk update when --no-cache
|
2019-12-04 10:59:57 -03:00 |
|
Fabio Kruger
|
810bb5ea36
|
ISSUE-238 Improved build steps in Dockerfile to allow caching and improved docker instructions
|
2019-07-13 22:18:18 +02:00 |
|
Nico Stapelbroek
|
4bdec20d0f
|
Add Microbadger labels to docker image
|
2019-04-24 21:10:57 +02:00 |
|
Ricky Smith
|
d4dbc94267
|
Move to multi-stage docker build
Also add additional packages to the build container for hosts that don't know anything about python, like Docker Desktop on OSX/Windows.
|
2019-01-31 16:11:12 -05:00 |
|
Chris Blumentritt
|
b96da0b547
|
Adding docker support
|
2018-12-31 14:53:27 -06:00 |
|