Commit 5e2d2ce5 authored by caiyanming's avatar caiyanming

ap-get adv keys

Change-Id: Ifd41748a7ec3e99c34df557654e5fb23b8945b36
parent 7b1ddaa3
......@@ -22,7 +22,9 @@ ENV TZ Asia/Shanghai
COPY sources.list /etc/apt/sources.list
COPY requirements.txt ./
RUN apt-get update \
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5 \
&& apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32 \
&& apt-get update \
&& apt-get install bzip2 gcc libmysqlclient-dev -y \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --no-cache-dir --trusted-host mirrors.aliyun.com \
......
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