1
0
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:
Alexander Graf
2022-10-08 15:55:40 +02:00
parent 52dd09d452
commit a29f066858
37 changed files with 308 additions and 281 deletions

View File

@@ -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