Skip to content

Commit 5c82b99

Browse files
committed
Use correct bash syntax
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 47293e1 commit 5c82b99

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 @@ RUN apt-get update \
1212
RUN curl --location https://dot.net/v1/dotnet-install.sh \
1313
--output dotnet-install.sh \
1414
&& chmod +x dotnet-install.sh \
15-
&& ./dotnet-install.sh --channel 6.0
15+
&& ./dotnet-install.sh --channel 6.0 \
1616
&& rm dotnet-install.sh
1717
ENV DOTNET_ROOT=$HOME/.dotnet
1818
ENV PATH=$PATH:$HOME/.dotnet:$HOME/.dotnet/tools

0 commit comments

Comments
 (0)