Skip to content

Commit

Permalink
Add dependencies to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarAkaElvis committed Aug 2, 2021
1 parent d2e21ba commit 26b4e94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ LABEL \
RUN gem install \
winrm \
winrm-fs \
stringio
stringio \
logger \
fileutils

# Create volume for powershell scripts
RUN mkdir /ps1_scripts
Expand Down

0 comments on commit 26b4e94

Please sign in to comment.