File tree Expand file tree Collapse file tree 5 files changed +0
-30
lines changed
Expand file tree Collapse file tree 5 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 11FROM python:3.7-slim-bullseye
22
3- # RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
4- # echo 'deb http://mirrors.tencent.com/debian/ bullseye main non-free contrib' > /etc/apt/sources.list && \
5- # echo 'deb http://mirrors.tencent.com/debian/ bullseye-updates main non-free contrib' >> /etc/apt/sources.list && \
6- # echo 'deb http://mirrors.tencent.com/debian-security bullseye-security main non-free contrib' >> /etc/apt/sources.list
7-
83ARG EXTRA_TOOLS="gnupg curl wget jq net-tools procps default-libmysqlclient-dev locales inotify-tools gcc telnet iputils-ping vim openssh-client"
94
105RUN set -ex && cd / \
@@ -25,6 +20,5 @@ WORKDIR /var/www/django/codedog
2520COPY . .
2621
2722RUN mkdir -p log/ && \
28- mkdir ~/.pip/ && echo "[global]\n index-url = https://mirrors.cloud.tencent.com/pypi/simple" >> ~/.pip/pip.conf && \
2923 pip install -U setuptools pip && \
3024 pip install -r requirements.txt
Original file line number Diff line number Diff line change 11FROM python:3.7-slim-bullseye
22
3- # RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
4- # echo 'deb http://mirrors.tencent.com/debian/ bullseye main non-free contrib' > /etc/apt/sources.list && \
5- # echo 'deb http://mirrors.tencent.com/debian/ bullseye-updates main non-free contrib' >> /etc/apt/sources.list && \
6- # echo 'deb http://mirrors.tencent.com/debian-security bullseye-security main non-free contrib' >> /etc/apt/sources.list
7-
83ARG EXTRA_TOOLS="gnupg curl wget jq net-tools procps default-libmysqlclient-dev locales inotify-tools gcc telnet iputils-ping vim openssh-client"
94
105RUN set -ex && cd / \
@@ -25,6 +20,5 @@ WORKDIR /var/www/django/codedog
2520COPY . .
2621
2722RUN mkdir -p log/ && \
28- mkdir ~/.pip/ && echo "[global]\n index-url = https://mirrors.cloud.tencent.com/pypi/simple" >> ~/.pip/pip.conf && \
2923 pip install -U setuptools pip && \
3024 pip install -r requirements.txt
Original file line number Diff line number Diff line change 11FROM python:3.7-slim-bullseye
22
3- # RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
4- # echo 'deb http://mirrors.tencent.com/debian/ bullseye main non-free contrib' > /etc/apt/sources.list && \
5- # echo 'deb http://mirrors.tencent.com/debian/ bullseye-updates main non-free contrib' >> /etc/apt/sources.list && \
6- # echo 'deb http://mirrors.tencent.com/debian-security bullseye-security main non-free contrib' >> /etc/apt/sources.list
7-
83ARG EXTRA_TOOLS="gnupg curl wget jq net-tools procps default-libmysqlclient-dev locales inotify-tools gcc telnet iputils-ping vim openssh-client"
94
105RUN set -ex && cd / \
@@ -25,6 +20,5 @@ WORKDIR /var/www/django/codedog
2520COPY . .
2621
2722RUN mkdir -p log/ && \
28- mkdir ~/.pip/ && echo "[global]\n index-url = https://mirrors.cloud.tencent.com/pypi/simple" >> ~/.pip/pip.conf && \
2923 pip install -U setuptools pip && \
3024 pip install -r requirements.txt
Original file line number Diff line number Diff line change 11FROM python:3.7-slim-bullseye
22
3- # RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
4- # echo 'deb http://mirrors.tencent.com/debian/ bullseye main non-free contrib' > /etc/apt/sources.list && \
5- # echo 'deb http://mirrors.tencent.com/debian/ bullseye-updates main non-free contrib' >> /etc/apt/sources.list && \
6- # echo 'deb http://mirrors.tencent.com/debian-security bullseye-security main non-free contrib' >> /etc/apt/sources.list
7-
83ARG EXTRA_TOOLS="gnupg curl wget jq net-tools procps default-libmysqlclient-dev locales inotify-tools gcc telnet iputils-ping vim openssh-client"
94
105RUN set -ex && cd / \
@@ -25,6 +20,5 @@ WORKDIR /var/www/django/codedog
2520COPY . .
2621
2722RUN mkdir -p log/ && \
28- mkdir ~/.pip/ && echo "[global]\n index-url = https://mirrors.cloud.tencent.com/pypi/simple" >> ~/.pip/pip.conf && \
2923 pip install -U setuptools pip && \
3024 pip install -r requirements.txt
Original file line number Diff line number Diff line change 11FROM python:3.7-slim-bullseye
22
3- # RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
4- # echo 'deb http://mirrors.tencent.com/debian/ bullseye main non-free contrib' > /etc/apt/sources.list && \
5- # echo 'deb http://mirrors.tencent.com/debian/ bullseye-updates main non-free contrib' >> /etc/apt/sources.list && \
6- # echo 'deb http://mirrors.tencent.com/debian-security bullseye-security main non-free contrib' >> /etc/apt/sources.list
7-
83ARG EXTRA_TOOLS="gnupg curl wget jq net-tools procps default-libmysqlclient-dev locales inotify-tools gcc git subversion telnet iputils-ping vim openssh-client"
94
105RUN set -ex && cd / \
@@ -25,6 +20,5 @@ WORKDIR /var/www/django/codedog
2520COPY . .
2621
2722RUN mkdir -p log/ && \
28- mkdir ~/.pip/ && echo "[global]\n index-url = https://mirrors.cloud.tencent.com/pypi/simple" >> ~/.pip/pip.conf && \
2923 pip install -U setuptools pip && \
3024 pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments