We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c056ae2 commit 383b4e5Copy full SHA for 383b4e5
Dockerfile
@@ -6,6 +6,7 @@ FROM ubuntu:24.04
6
COPY --from=ghcr.io/astral-sh/uv@sha256:15f68a476b768083505fe1dbfcc998344d0135f0ca1b8465c4760b323904f05a /uv /uvx /bin/
7
8
RUN apt-get update && apt-get install -y --no-install-recommends \
9
+ ca-certificates \
10
gcc \
11
g++ \
12
libgfortran5 \
0 commit comments