You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Move even more python deps to base image
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# syntax=docker/dockerfile-upstream:1.4.3
|
||||
# This is an idle image to dynamically replace any component if disabled.
|
||||
|
||||
# idle image (to dynamically replace any disabled component)
|
||||
FROM base
|
||||
|
||||
ARG VERSION=local
|
||||
LABEL version=$VERSION
|
||||
|
||||
RUN echo $VERSION >> /version
|
||||
RUN echo $VERSION >/version
|
||||
|
||||
HEALTHCHECK CMD true
|
||||
|
||||
|
Reference in New Issue
Block a user