Skip to content

Commit 26b4e94

Browse files
committed
Add dependencies to Dockerfile
1 parent d2e21ba commit 26b4e94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ LABEL \
1414
RUN gem install \
1515
winrm \
1616
winrm-fs \
17-
stringio
17+
stringio \
18+
logger \
19+
fileutils
1820

1921
# Create volume for powershell scripts
2022
RUN mkdir /ps1_scripts

0 commit comments

Comments
 (0)