diff --git a/Dockerfile b/Dockerfile index 540b8a0..19b1902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ 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 pip install numpy scipy trimesh -RUN del py3-pip +RUN pip install --break-system-packages numpy scipy trimesh +RUN apk del py3-pip WORKDIR /root/ COPY --from=builder /app/server .