Skip to content

Commit

Permalink
Merge pull request #21 from cosmoconsult/bcch
Browse files Browse the repository at this point in the history
Include BCCH in k8s Image
  • Loading branch information
PatrickSchiefer authored Mar 5, 2024
2 parents 1c38568 + 82ed3be commit 785d20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.bcagent-k8s
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.or
Install-PackageProvider -Name 'Nuget' -Force; `
Install-Module AzureDevOpsAPIUtils -Force -ErrorAction SilentlyContinue; `
Install-Module Az.ApplicationInsights -Force -ErrorAction SilentlyContinue; `
Install-Module Az.Storage -Force -ErrorAction SilentlyContinue;
Install-Module Az.Storage -Force -ErrorAction SilentlyContinue; `
Install-Module BCContainerHelper -RequiredVersion 6.0.6 -Force -ErrorAction SilentlyContinue;

COPY start.ps1 .
CMD ["powershell", "-Command", "./start.ps1"]

0 comments on commit 785d20b

Please sign in to comment.