Skip to content

Commit 33c6e9c

Browse files
committed
OCI/dev: Also install git, now required by versioningit
1 parent 53fb570 commit 33c6e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV UV_PYTHON_DOWNLOADS=never
1212
ENV UV_SYSTEM_PYTHON=true
1313

1414
RUN apt update && \
15-
apt install -y python3 graphviz
15+
apt install -y python3 graphviz git
1616

1717
RUN pip install uv
1818

0 commit comments

Comments
 (0)