File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ RUN echo "deb http://$DEBIAN_REPO/debian/ buster main contrib non-free" > /etc/a
1515 echo "deb-src http://$DEBIAN_REPO/debian/ buster-updates main contrib non-free" >> /etc/apt/sources.list
1616
1717RUN apt-get update && \
18- apt-get install -y default-libmysqlclient-dev python3-dev build-essential netcat-openbsd libpcre3-dev libldap2-dev libsasl2-dev && \
19- pip install setuptools==57.5.0 -i ${PIP_INDEX_URL} && \
18+ apt-get install -y python3-dev build-essential netcat-openbsd libpcre3-dev libldap2-dev libsasl2-dev && \
2019 pip install -r requirements.txt -i ${PIP_INDEX_URL} && \
2120 apt-get remove -y python3-dev build-essential libpcre3-dev && \
2221 apt-get autoremove -y && \
@@ -35,7 +34,7 @@ RUN echo "deb http://$DEBIAN_REPO/debian/ buster main contrib non-free" > /etc/a
3534
3635
3736RUN apt-get update && \
38- apt-get install -y default-libmysqlclient-dev tzdata && \
37+ apt-get install -y tzdata && \
3938 ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
4039 echo $TZ > /etc/timezone && \
4140 rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments