Skip to content

Commit 07a60c7

Browse files
becuase dbatools 2 wont import
1 parent 03ec1a6 commit 07a60c7

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)