Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD authored Jul 14, 2021
1 parent aa8254d commit 7df58d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update \
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \
&& add-apt-repository "deb [arch=amd64] http://dl.google.com/linux/chrome/deb stable main" \
&& apt-get update \
&& apt-get install -y --no-install-recommends docker-ce-cli $(apt-cache depends google-chrome-stable | grep Depends | sed -e "s/.*ends:\ //" -e 's/<[^>]*>//')` libxss1 libxtst6 libx11-xcb1 \
&& apt-get install -y --no-install-recommends docker-ce-cli $(apt-cache depends google-chrome-stable | grep Depends | sed -e "s/.*ends:\ //" -e 's/<[^>]*>//') libxss1 libxtst6 libx11-xcb1 \
&& curl -L https://dot.net/v1/dotnet-install.sh -o /dotnet-install.sh \
&& chmod +x /dotnet-install.sh \
&& /dotnet-install.sh --channel 3.1 \
Expand Down

0 comments on commit 7df58d3

Please sign in to comment.