Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Sep 24, 2024
1 parent 8d0f72a commit 18fa723
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 @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \
libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 \
libxrandr2 libgbm1 libasound2 libpangocairo-1.0-0 \
libx11-xcb1 libxcb1 \
libx11-xcb1 libxcb1 fonts-noto-cjk \
libgtk-3-0 libxshmfence1

FROM mcr.microsoft.com/dotnet/nightly/sdk:9.0 AS build
Expand Down

0 comments on commit 18fa723

Please sign in to comment.