Skip to content

Commit

Permalink
feat: install docker-buildx-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pogromistik authored Jul 25, 2024
1 parent cf594f7 commit 42da48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 docker-buildx-plugin $(apt-cache depends google-chrome-stable | grep Depends | sed -e "s/.*ends:\ //" -e 's/<[^>]*>//') libxss1 libxtst6 libx11-xcb1 \
# .NET
&& curl -L https://dot.net/v1/dotnet-install.sh -o /dotnet-install.sh \
&& chmod +x /dotnet-install.sh \
Expand All @@ -60,4 +60,4 @@ RUN mkdir /ems \
&& cd /ems/emsdk \
&& ./emsdk install latest \
&& ./emsdk activate latest \
&& dotnet workload install wasm-tools \
&& dotnet workload install wasm-tools \

0 comments on commit 42da48b

Please sign in to comment.