mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
.NET 6: Remove all Mono build code, install .NET SDK 6.0
This commit is contained in:
@@ -2,8 +2,12 @@ FROM fedora:36
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
ENV DOTNET_NOLOGO=1
|
||||
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
||||
RUN dnf -y install --setopt=install_weak_deps=False \
|
||||
bash bzip2 curl file findutils git make nano patch pkgconfig python3-pip unzip which xz && \
|
||||
pip install scons==4.3.0
|
||||
bash bzip2 curl file findutils git make nano patch pkgconfig python3-pip unzip which xz \
|
||||
dotnet-sdk-6.0 && \
|
||||
pip install scons==4.4.0
|
||||
|
||||
CMD /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user