From 0a3ab047a9d2b39c5074e06ee752ee71b0e587f3 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Thu, 23 Mar 2023 10:04:13 +0100 Subject: [PATCH] added label --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 7d41f5f..bc3687d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:3.14.2 +LABEL org.opencontainers.image.source = "https://github.com/HaschekSolutions/opentrashmail" + RUN apk add --no-cache python2 socat wget php7-fileinfo php7-session curl git php php-curl nginx php-openssl php-mbstring php-json php-gd php-dom php-fpm #RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer RUN mkdir -p /var/www/opentrashmail