fix(ci): dockerfile missing python3-setuptools due to dnsutils removed since Python 3.12
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
RUN apt update && apt install -y ca-certificates curl
|
||||
RUN update-ca-certificates
|
||||
RUN apt update && apt install -y build-essential python3 curl
|
||||
RUN apt update && apt install -y build-essential python3 python3-setuptools curl
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user