From d5f138e36f536adeace0976c1d7fb3b9492556cb Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 5 Jan 2022 15:13:10 -0600 Subject: [PATCH] fix lowercase run directive --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9900f49..7cea824 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN echo "TARGETPLATFORM : $TARGETPLATFORM" ENV PHPIPAM_AGENT_SOURCE https://github.com/phpipam/phpipam-agent -run apk add --no-cache --virtual .build-dependencies git \ +RUN apk add --no-cache --virtual .build-dependencies git \ \ && apk add --no-cache \ apk-cron \