Skip to content

Commit

Permalink
Merge pull request #4 from stakater-docker/install-python
Browse files Browse the repository at this point in the history
Install python3
  • Loading branch information
kahootali authored Mar 20, 2020
2 parents 06426ca + da948e9 commit 4a96548
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM vmware/powerclicore:ubuntu18.04

RUN apt-get update

RUN apt-get install -y wget jq git
RUN apt-get install -y wget jq git python3

# Update Modules
#RUN pwsh -c "\$ProgressPreference = \"SilentlyContinue\"; Update-Module -Force -AcceptLicense -Confirm:\$false"
Expand Down Expand Up @@ -48,7 +48,8 @@ RUN cd /tmp && \
rm -rf ./*

RUN mkdir -p /terraform
RUN mkdir -p ~/.config/openstack/

#ADD . /terraform/
WORKDIR /terraform

CMD ["/bin/bash"]

0 comments on commit 4a96548

Please sign in to comment.