From 21eaff22dc3f9cdcbee35fcc77f8ab744bfb8e49 Mon Sep 17 00:00:00 2001 From: frepke Date: Fri, 11 Jun 2021 08:36:30 +0200 Subject: [PATCH] add label --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d87b204..035d8e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM php:apache -LABEL org.opencontainers.image.source https://github.com/${{ github.repository }} +LABEL org.opencontainers.image.source https://github.com/frepke/php-site RUN apt-get update && apt-get install -y \ python