Commit b0a1c98a authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Image build is optimized.

parent 6bcd9946
Pipeline #10763 failed with stages
in 1 minute and 9 seconds
Showing with 5 additions and 1 deletion
+5 -1
......@@ -31,6 +31,10 @@ before_script:
- docker network prune -f || true
- docker image prune -a -f || true
- docker builder prune -f || true
- apt-get clean
- rm -rf /var/lib/apt/lists/*
- rm -rf /tmp/*
- journalctl --vacuum-time=1s
after_script:
- docker system prune -a -f --volumes || true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment