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 \