Skip to content

Commit

Permalink
Fix build command in README (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArGr1 authored Jan 30, 2024
1 parent 73fb1c5 commit 3544baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3544baa

Please sign in to comment.