From b6ae0886afe2fad03b8e864df733c0c1bb581599 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 7 Jun 2023 17:45:45 +0800 Subject: [PATCH] fix build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e45dabfc..3c5535cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV LANG="C.UTF-8" \ WORKDIR ${WORKDIR} COPY . . RUN apt-get update \ - && apt-get install musl-dev \ + && apt-get -y install musl-dev \ && pip install cython \ && pip install -r requirements.txt \ && python_ver=$(python3 -V | awk '{print $2}') \