Skip to content

Commit

Permalink
update github-action-molecule dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iamenr0s authored May 8, 2024
1 parent 833876b commit 6ff2346
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker_builds/github-action-molecule/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ RUN apk add --no-cache \
rm -rf /var/cache/apk/* && \
python3 -m venv /opt/venv && \
/opt/venv/bin/pip3 install --no-cache-dir -r requirements.txt && \
/opt/venv/bin/python -m pip cache purge
/opt/venv/bin/python -m pip cache purge && \
rm -rf /var/lib/containers/storage/* && \
sed -i 's/driver =.*/driver = "vfs"/' /etc/containers/storage.conf

ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY cmd.sh /cmd.sh
Expand Down

0 comments on commit 6ff2346

Please sign in to comment.