Commit graph

14 commits

Author SHA1 Message Date
Christian Clauss
c9055a8e0a
Merge branch 'master' into patch-8 2023-03-13 11:50:52 +01:00
Christian Clauss
4486c8e0b2
Python 3.11 is faster 2023-03-13 11:49:29 +01:00
Patryk Krawaczyński
96a28c7ef2
One RUN layer less
Every RUN command will create a new layer, and every new layer increases the size of the final image.
2022-10-14 17:44:13 +02:00
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
Christian Clauss
c2750f9de1
Dockerfile: Upgrade Python 2022-07-07 13:19:09 +02: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