Skip to content

Commit e9843c3

Browse files
author
Martin Reynolds
committed
fix(docker): linting
1 parent 44b91e2 commit e9843c3

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
@@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="green"
1212
RUN apk add curl
1313

1414
RUN curl -fL https://getcli.jfrog.io | sh \
15-
&& sudo mv ./jfrog /usr/bin/
15+
&& mv ./jfrog /usr/bin/ \
1616
&& chmod +x /usr/bin/jfrog
1717

1818
COPY "entrypoint.sh" "/entrypoint.sh"

0 commit comments

Comments
 (0)