From 49f52d42c6534aa98d10d8ffa537990eff3c9de0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 11:29:29 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 2759fc73a..185a408fa 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -24,7 +24,7 @@ RUN apt-get update \ RUN mkdir -p /joal \ && curl -L -s \ "https://github.com/anthonyraymond/joal/releases/download/${BUILD_VERSION}/joal.tar.gz" \ - | tar zxvf - -C /joal \ + | tar zxvf - -C /joal/ \ && chown -R $(id -u):$(id -g) /joal #Clean