We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b447be0 + 9c18841 commit 3c518e3Copy full SHA for 3c518e3
1 file changed
responders/MSDefenderOffice365/Dockerfile
@@ -40,6 +40,10 @@ RUN ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh
40
41
WORKDIR /worker
42
43
+# Install PowerShell modules required by the scripts
44
+COPY install_deps.ps1 MSDefenderOffice365/
45
+RUN pwsh -File MSDefenderOffice365/install_deps.ps1
46
+
47
# Copy the requirements for MSDefenderOffice365 and install them
48
COPY requirements.txt MSDefenderOffice365/
49
RUN pip3 install --no-cache-dir -r MSDefenderOffice365/requirements.txt
0 commit comments