Skip to content

Commit 2f7fe42

Browse files
committed
Fix linter error
Thanks to hadolint and shellcheck SC2035 Use ./*glob* or -- *glob* so names with dashes won't become options
1 parent f5fd4ba commit 2f7fe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ USER 100001:100001
3131
COPY *.patch /build/
3232
RUN \
3333
apt-get source transmission && \
34-
rm *.tar.xz *.dsc && \
34+
rm ./*.tar.xz ./*.dsc && \
3535
cd transmission-* && \
3636
quilt push -a ; \
3737
quilt import /build/*.patch && \

0 commit comments

Comments
 (0)