From 3544baaed316c9ef6c78f984a884de6a6c9c9a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arvid=20Gr=C3=A4ns?= <79848215+ArGr1@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:48:33 +0100 Subject: [PATCH] Fix build command in README (#137) --- custom/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/README.md b/custom/README.md index 5539c2569..1d44f0baa 100644 --- a/custom/README.md +++ b/custom/README.md @@ -56,7 +56,7 @@ docker build ` --build-arg teamCityAgentImage=jetbrains/teamcity-agent:2023.05.4-windowsservercore ` --build-arg dotnetSdkVersion=7.0.401 ` --build-arg dotnetSdkChecksum=02a4ecc05d0b9dfa0c9e32f8a3d288f329e7338b2430fcbc1276ae356f9d8e14920f91382f3f141842bf1e6e6cd331e532b301edc71c26de9d9e5ad2371afbe0 ` - -f "windows/agent/cusotm.dotnet.sdk.win.amd.Dockerfile" -t teamcity-agent:windows-custom-dotnet-7 . + -f "windows/agent/custom.dotnet.sdk.win.amd.Dockerfile" -t teamcity-agent:windows-custom-dotnet-7 . # 2. Verify .NET SDK version within the new image docker run teamcity-agent:windows-custom-dotnet-7 dotnet --version