From dcfe6f9eb6a28360ff7eb5cb4106607e482c77c7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 12:26:03 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 4d66a3d85..fe2ba7aac 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -22,7 +22,7 @@ RUN \ #Install Joal && curl -J -L -o /tmp/joal.tar.gz \ "https://github.com/anthonyraymond/joal/releases/download/${BUILD_VERSION}/joal.tar.gz" \ - && mkdir /joal \ + && mkdir -p /joal \ && tar zxvf /tmp/joal.tar.gz -C /joal/ \ && chown -R $(id -u):$(id -g) /joal \ #Clean