New attempt to make codacy happy with bash install.sh

This commit is contained in:
Nikolas Garofil 2019-01-26 02:21:29 +01:00
parent 04c1346578
commit a61009bae1

View file

@ -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