Skip to content

Commit

Permalink
Fix pip in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSuicideParrot committed Apr 7, 2024
1 parent 25f4d9d commit 9758a83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ RUN apk update &&\
linux-headers\
libffi-dev\
openssl-dev &&\
pip install -U pip --no-cache-dir &&\
pip install --no-cache-dir -r /requirements.txt &&\
pip install --break-system-packages --no-cache-dir -r /requirements.txt &&\
apk del build-dep &&\
rm -rf /var/cache/apk/* &&\
rm -rf /tmp/* &&\
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# molecule-docker
![GitHub last commit](https://img.shields.io/github/last-commit/mrsuicideparrot/molecule-docker?style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mrsuicideparrot/molecule-docker/test-container?label=test%20container&style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mrsuicideparrot/molecule-docker/build-container?label=build%20container&style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mrsuicideparrot/molecule-docker/docker_pull.yml)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mrsuicideparrot/molecule-docker/docker.yml?branch=main)
[![renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=for-the-badge)](https://renovatebot.com)

A dockerized version of Ansible Molecule with docker as the provision driver.
Expand Down

0 comments on commit 9758a83

Please sign in to comment.