File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN /bin/bash -c 'if [ "$FIND_FASTED_MIRROR" == "true" ]; then source find_faste
13
13
&& echo "Choose the fastest PIP source ..." \
14
14
&& choose_fastest_pip_source; fi' && \
15
15
apt-get update && \
16
- apt-get -qq install -y --no-install-recommends openjdk-8-jre-headless python3 libmysqlclient20 python3-idna libgomp1 python3-setuptools python3-pip && \
16
+ apt-get -qq install -y --no-install-recommends openjdk-8-jre-headless python3 libmysqlclient20 python3-idna libgomp1 python3-setuptools python3-pip build-essential python3-dev && \
17
17
ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
18
18
apt-get install -y tzdata > /dev/null && \
19
19
dpkg-reconfigure --frontend noninteractive tzdata && \
@@ -30,7 +30,7 @@ WORKDIR /install
30
30
ENV PATH="${PATH}:/install/bin"
31
31
ENV DEBIAN_FRONTEND=noninteractive
32
32
RUN apt-get update && \
33
- apt-get -qq install -y wget unzip build-essential libmysqlclient-dev python3 -dev && \
33
+ apt-get -qq install -y wget unzip libmysqlclient-dev && \
34
34
wget -q http://docs-aliyun.cn-hangzhou.oss.aliyun-inc.com/assets/attach/119096/cn_zh/1557995455961/odpscmd_public.zip && \
35
35
mkdir -p /install/local/odpscmd && \
36
36
unzip -qq odpscmd_public.zip -d /install/local/odpscmd && \
You can’t perform that action at this time.
0 commit comments