From 32bce9b1092ac1b77e5bbdf8e83bcc3ebcd0218e Mon Sep 17 00:00:00 2001 From: francesco Date: Thu, 22 Apr 2021 19:29:41 +0200 Subject: [PATCH] add RUN Command to Dockerfile --- .drone/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/Dockerfile b/.drone/Dockerfile index bb0ddf9..0def68f 100644 --- a/.drone/Dockerfile +++ b/.drone/Dockerfile @@ -1,2 +1,2 @@ FROM squidfunk/mkdocs-material -pip install mkdocs-git-revision-date-plugin \ No newline at end of file +RUN pip install mkdocs-git-revision-date-plugin \ No newline at end of file