fix command to run
Gitea Actions Demo / build_and_push (push) Successful in 20m28s Details

This commit is contained in:
artem 2026-01-15 07:53:51 +03:00
parent 95b38cd58a
commit b333fad3c5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM python:3.13-slim
# Install curl and CA certificates # Install curl and CA certificates
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y curl ca-certificates make && \ apt-get install -y curl ca-certificates make libmagic-dev && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Install uv and set up environment # Install uv and set up environment