mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 11:35:01 +08:00
Fix Dockerfile
This commit is contained in:
parent
3d25688269
commit
a054dd4276
@ -7,12 +7,12 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
# Update the package list and install Python and pip
|
# Update the package list and install Python and pip
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
python3.11 \
|
python3.11 python3-pip \
|
||||||
python3-pip \
|
|
||||||
python3.11-dev \
|
|
||||||
&& apt-get clean \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Upgrade pip to the latest version
|
||||||
|
RUN pip3 install -U pip
|
||||||
|
|
||||||
# Set a working directory
|
# Set a working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user