Skip to content

Commit

Permalink
correct Galaxy errors on class name using upper case filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel W. King committed Sep 21, 2020
1 parent feebe6a commit ad22f35
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 474 deletions.
2 changes: 2 additions & 0 deletions docs/docker/pensando/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ RUN apt-get update && \
apt-get install git -y && \
apt-get install python-pip -y && \
apt-get install python-dev -y && \
apt-get install python3-pip && \
pip install requests && \
pip install pyopenssl && \
pip install pydevd && \
pip install tetpyclient && \
pip install ansible-lint && \
pip3 install flake8
apt-add-repository --yes --update ppa:ansible/ansible && \
apt-get install ansible -y

Expand Down
Loading

0 comments on commit ad22f35

Please sign in to comment.