1
This commit is contained in:
20
Dockerfile
20
Dockerfile
@@ -11,16 +11,16 @@ ENV UV_LINK_MODE=copy \
|
|||||||
|
|
||||||
COPY --from=uv_bin /uv /uvx /bin/
|
COPY --from=uv_bin /uv /uvx /bin/
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
#RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
ca-certificates curl gnupg && \
|
# ca-certificates curl gnupg && \
|
||||||
sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \
|
# sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \
|
||||||
sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \
|
# sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \
|
||||||
apt-get update && \
|
# apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
# apt-get install -y --no-install-recommends \
|
||||||
git \
|
# git \
|
||||||
ffmpeg libsm6 libxext6 \
|
# ffmpeg libsm6 libxext6 \
|
||||||
build-essential g++ \
|
# build-essential g++ \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
# && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user