Skip to content

Commit

Permalink
Merge pull request #5 from stakater-docker/add-pyyaml
Browse files Browse the repository at this point in the history
Add pyyaml
  • Loading branch information
stakater-user authored Mar 24, 2020
2 parents 4a96548 + 20b0ff6 commit 41d616b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM vmware/powerclicore:ubuntu18.04

RUN apt-get update

RUN apt-get install -y wget jq git python3
RUN apt-get update && apt-get install -y wget jq git python python-pip
RUN python -m pip install pyyaml

# Update Modules
#RUN pwsh -c "\$ProgressPreference = \"SilentlyContinue\"; Update-Module -Force -AcceptLicense -Confirm:\$false"
Expand Down

0 comments on commit 41d616b

Please sign in to comment.