From 3e443d4875bbc37723872b2014b944ed31a29577 Mon Sep 17 00:00:00 2001 From: Adam Klaff Date: Mon, 21 Aug 2023 17:13:48 -0700 Subject: [PATCH] Remove Dockerfile label --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bc3687d..c3ec166 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14.2 -LABEL org.opencontainers.image.source = "https://github.com/HaschekSolutions/opentrashmail" +# 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