mirror of
https://github.com/Cian-H/simple_blender_server.git
synced 2025-12-22 21:41:56 +00:00
Added curl to fix healthcheck
This commit is contained in:
@@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o server ./main.go
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk update
|
||||
RUN apk add blender py3-pip
|
||||
RUN apk add blender curl py3-pip
|
||||
RUN pip install --root-user-action ignore --break-system-packages numpy scipy trimesh
|
||||
RUN apk del py3-pip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user