fix command to run
Gitea Actions Demo / build_and_push (push) Successful in 20m28s
Details
Gitea Actions Demo / build_and_push (push) Successful in 20m28s
Details
This commit is contained in:
parent
95b38cd58a
commit
b333fad3c5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue