Skip to content

Commit f26f93f

Browse files
Merge pull request #968 from dataplat/updatecontainer
becuase dbatools 2 wont import
2 parents bbafa06 + 07a60c7 commit f26f93f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

containers/base/dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ FROM dbachecks/sqlinstance1
22

33
USER root
44

5+
# remove old dbatools directory so 2.0 will import
6+
RUN rm -rf /usr/local/share/powershell/Modules/dbatools
7+
58
# Copy Profile
69

710
ADD profile.ps1 /root/.config/powershell/

0 commit comments

Comments
 (0)