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

Image build is optimized.

parent 096c6ded
Pipeline #10610 failed with stage
in 67 minutes and 31 seconds
...@@ -5,6 +5,7 @@ FROM python:3.10-slim AS builder ...@@ -5,6 +5,7 @@ FROM python:3.10-slim AS builder
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \ build-essential \
python3-venv \ python3-venv \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Create and activate virtual environment # Create and activate virtual environment
......
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