From 8d1818d5a25a56dc07b071210dd13278b701ff84 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sat, 26 Jan 2019 01:22:07 +0100 Subject: [PATCH] Make codacy happy by running install.sh slightly different --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 210719bf..8dc5f1f8 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