From 9d57a42879b9d065a47a91fc79cde2ec7d964687 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Sun, 13 Mar 2022 23:42:21 +0300 Subject: [PATCH] make shellcheck happy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b3888c6..fe574c66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ COPY --chown=build . "/home/build/ahriman" ## create package archive and install it RUN cd /home/build/ahriman && \ make VERSION="$(git describe --tags --abbrev=0)" archlinux && \ - cp *-src.tar.xz package/archlinux && \ + cp ./*-src.tar.xz package/archlinux && \ cd package/archlinux && \ runuser -u build -- makepkg --noconfirm --install --skipchecksums && \ cd - && rm -r /home/build/ahriman