From 131fbadb1397e2186a412dca65645f7023941b5f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Jan 2022 21:42:47 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 2156bbfa0..3a5e08160 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -32,8 +32,6 @@ RUN \ chown -R $(id -u):$(id -g) /data/joal &&\ rm /data/joal/jack-of* || true -SHELL ["/bin/bash", "-o", "pipefail", "-c"] - ################## # 3 Install apps # ##################