Peter Dave Hello
|
a5dda7ae91
|
Remove not needed `apt-get update` in Dockerfile
There's no need to wait and waste the time and bandwidth to wait for `apt-get update` for `pip3 install` ;)
|
3 months ago |
Paul Pfeister
|
bb9dd410da
|
SHERLOCK_ENV set
|
5 months ago |
Paul Pfeister
|
04472af9c0
|
Fix workdir
|
5 months ago |
Paul Pfeister
|
448da43bf7
|
Refresh Dockerfile
|
5 months ago |
Marco Sirabella
|
79f5f18a69
|
Make an actual package with pyproject.toml
Fixes #2017
|
9 months ago |
Christian Clauss
|
c9055a8e0a
|
Merge branch 'master' into patch-8
|
2 years ago |
Christian Clauss
|
4486c8e0b2
|
Python 3.11 is faster
|
2 years ago |
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.
|
2 years ago |
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.
|
2 years ago |
Anthony Suárez
|
0f62137b49
|
Add newlines to Dockerfile to improve readability
|
2 years ago |
Anthony Suárez
|
3943a8b291
|
Use Debian Slim Bullseye as the Docker image's base
|
2 years ago |
Christian Clauss
|
c2750f9de1
|
Dockerfile: Upgrade Python
|
2 years ago |
Roman Hofer
|
e45b52b1cf
|
add WORKDIR in Dockerfile. Remove Image in compose
|
4 years ago |
ZephrFish
|
5a92ce2f55
|
Fixed docker file, git is not included in alpine by default
|
5 years ago |
Paulo Diovani
|
01fa29ca1d
|
Alpine doesn't need apk update when --no-cache
|
5 years ago |
Fabio Kruger
|
810bb5ea36
|
ISSUE-238 Improved build steps in Dockerfile to allow caching and improved docker instructions
|
5 years ago |
Nico Stapelbroek
|
4bdec20d0f
|
Add Microbadger labels to docker image
|
6 years ago |
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.
|
6 years ago |
Chris Blumentritt
|
b96da0b547
|
Adding docker support
|
6 years ago |