From a61009bae10e39dc2a084249edda509a35006c20 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sat, 26 Jan 2019 02:21:29 +0100 Subject: [PATCH] New attempt to make codacy happy with bash install.sh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dc5f1f8..210719bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN yum install -y make git gcc libcurl-devel sqlite-devel && \ && gosu nobody true RUN mkdir -p /onedrive/conf /onedrive/data COPY . /usr/src/onedrive -RUN . `bash install.sh -a` && \ +RUN . "$(bash install.sh -a)" && \ make -C /usr/src/onedrive install.noservice && \ make -C /usr/src/onedrive clean COPY entrypoint.sh /entrypoint.sh