Skip to content

Commit d349fc4

Browse files
committed
fix: install curl
1 parent d7f599e commit d349fc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM python:3.13-slim
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends git
3+
RUN apt-get update && apt-get install -y --no-install-recommends \
4+
curl \
5+
git
46

57
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
68

0 commit comments

Comments
 (0)