Commit 28ffec54 authored by 臧远慧's avatar 臧远慧

触发重新部署

parent 3d11726f
FROM ccr.ccs.tencentyun.com/gm-base/gm-alpine-ffmpeg:v1.2 FROM ccr.ccs.tencentyun.com/gm-base/gm-alpine-ffmpeg:v1.1
MAINTAINER wph [wangpenghong@igengmei.com] MAINTAINER wph [wangpenghong@igengmei.com]
...@@ -28,23 +28,21 @@ RUN apk add --no-cache --virtual .build-deps \ ...@@ -28,23 +28,21 @@ RUN apk add --no-cache --virtual .build-deps \
tk-dev \ tk-dev \
xz-dev \ xz-dev \
zlib-dev \ zlib-dev \
# 业务相关依赖和安装工具
linux-headers \ linux-headers \
musl-dev \ python3-dev \
python-dev \
openssl-dev \
librdkafka-dev \ librdkafka-dev \
mariadb-client \ mariadb-client \
mariadb-dev \ mariadb-dev \
git \ git \
openssh \ openssh \
cargo \
g++ \ g++ \
linux-headers \
\ \
&& apk add --no-cache jpeg-dev zlib-dev freetype-dev lcms2-dev openjpeg-dev tiff-dev tk-dev tcl-dev \ && apk add --no-cache jpeg-dev zlib-dev freetype-dev lcms2-dev openjpeg-dev tiff-dev tk-dev tcl-dev \
# 取消ssh第一次链接的确认 # 取消ssh第一次链接的确认
&& echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \ && echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \
&& apk add --no-cache mariadb-connector-c-dev libxml2-dev libxslt-dev librdkafka-dev \ && apk add --no-cache mariadb-connector-c-dev libxml2-dev libxslt-dev librdkafka-dev \
# && pip install --no-cache-dir -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r /tmp/requirements.txt \
&& pip install --no-cache-dir -i https://pypi-1609228582764:0ca4878446d984cb4d8046f980ea0bfadffec639@gengmei-pypi.pkg.coding.net/tob/pypi/simple pytest-runner==5.1 \ && pip install --no-cache-dir -i https://pypi-1609228582764:0ca4878446d984cb4d8046f980ea0bfadffec639@gengmei-pypi.pkg.coding.net/tob/pypi/simple pytest-runner==5.1 \
&& pip install --no-cache-dir -i https://pypi-1609228582764:0ca4878446d984cb4d8046f980ea0bfadffec639@gengmei-pypi.pkg.coding.net/tob/pypi/simple -r /tmp/requirements.txt \ && pip install --no-cache-dir -i https://pypi-1609228582764:0ca4878446d984cb4d8046f980ea0bfadffec639@gengmei-pypi.pkg.coding.net/tob/pypi/simple -r /tmp/requirements.txt \
&& mkdir -p /tmp/video_convert \ && mkdir -p /tmp/video_convert \
...@@ -57,6 +55,7 @@ COPY . /srv/apps/mentha/ ...@@ -57,6 +55,7 @@ COPY . /srv/apps/mentha/
WORKDIR /srv/apps/mentha/ WORKDIR /srv/apps/mentha/
RUN cat requirements.txt | grep master > /tmp/gm-requirements.txt \ RUN cat requirements.txt | grep master > /tmp/gm-requirements.txt \
# && pip install --no-deps --upgrade -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r /tmp/gm-requirements.txt \
&& pip install --no-deps --upgrade -i https://pypi-1609228582764:0ca4878446d984cb4d8046f980ea0bfadffec639@gengmei-pypi.pkg.coding.net/tob/pypi/simple -r /tmp/gm-requirements.txt \ && pip install --no-deps --upgrade -i https://pypi-1609228582764:0ca4878446d984cb4d8046f980ea0bfadffec639@gengmei-pypi.pkg.coding.net/tob/pypi/simple -r /tmp/gm-requirements.txt \
&& apk del .build-deps && apk del .build-deps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment