Skip to content

Commit

Permalink
Merge pull request docker#137 from ManoMarks/master
Browse files Browse the repository at this point in the history
Small bug fixes to SQL Server Lab
  • Loading branch information
sixeyed authored Dec 28, 2016
2 parents c8a8a03 + 7a075f6 commit 06f7e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion windows/sql-server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

*.dbmdl
*.dbproj.schemaview
*.jfm
*.jfm
./out/*
2 changes: 1 addition & 1 deletion windows/sql-server/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Elton Stoneman <[email protected]>

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

RUN Install-PackageProvider -Name chocolatey -Force; `
RUN Install-PackageProvider -Name chocolatey -Force; `
Install-Package -Name microsoft-build-tools -RequiredVersion 14.0.25420.1 -Force; `
Install-Package dotnet4.6-targetpack -Force

Expand Down

0 comments on commit 06f7e3b

Please sign in to comment.