Add dotnet SDK to build environments
This commit is contained in:
parent
0c975e851a
commit
8c7c6b83d4
2 changed files with 4 additions and 1 deletions
|
@ -23,3 +23,4 @@ RUN python3 -m pip config set global.break-system-packages true
|
||||||
RUN python3 -m pip install --upgrade pip
|
RUN python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
RUN yay --noconfirm -S pkg-config lldb cargo gradle mercurial
|
RUN yay --noconfirm -S pkg-config lldb cargo gradle mercurial
|
||||||
|
RUN yay --noconfirm -S dotnet-sdk-8.0
|
|
@ -36,6 +36,8 @@ RUN apt-get install -y --no-install-recommends\
|
||||||
x11proto-xinerama-dev\
|
x11proto-xinerama-dev\
|
||||||
&& apt clean -y
|
&& apt clean -y
|
||||||
|
|
||||||
|
RUN apt-get install -y dotnet-sdk-8.0 && apt clean -y
|
||||||
|
|
||||||
WORKDIR /root/.ssh
|
WORKDIR /root/.ssh
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue