From 1b88042acfa89db9df1a527ab14b6055892aed2c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:08:01 +0100 Subject: [PATCH] Update --- joal/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index c052e9e60..fb7e805d1 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -23,8 +23,8 @@ RUN \ && curl -J -L -o /tmp/joal.tar.gz \ "https://github.com/anthonyraymond/joal/releases/download/2.1.14/joal.tar.gz" \ && mkdir -p /data/joal \ - && tar zxvf /tmp/joal.tar.gz -C /data/joal/ \ - && chown -R $(id -u):$(id -g) /data/joal \ + && tar zxvf /tmp/joal.tar.gz -C /data/joal \ + && chown -R $(id -u):$(id -g) /data/joal #Clean && rm -fr \ /tmp/* \