mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-23 21:55:49 +00:00
Use Python:3-slim base image in Dockerfile
Currently reduces image size from 896MB to 126MB.
This commit is contained in:
parent
37e4981089
commit
3723a3ac7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3
|
||||
FROM python:3-slim
|
||||
|
||||
# needed to allow linkchecker create plugin directory and initial configuration file in "home" dir
|
||||
ENV HOME /tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue