File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 apt-get -y update -qq --fix-missing && \
2929 apt-get -y install --no-install-recommends \
3030 python${PYTHON_VERSION} \
31- python${PYTHON_VERSION}-dev \
31+ python${PYTHON_VERSION}-full \
3232 $( if [ "${PYTHON_VERSION%%.*}" -eq 3 ] && [ "${PYTHON_VERSION#*.}" -lt 10 ]; then echo "python${PYTHON_VERSION}-distutils" ; fi ) \
3333 curl \
3434 wget && \
Original file line number Diff line number Diff line change 3434 apt-get -y update -qq --fix-missing && \
3535 apt-get -y install --no-install-recommends \
3636 python${PYTHON_VERSION} \
37- python${PYTHON_VERSION}-dev \
37+ python${PYTHON_VERSION}-full \
3838 $( if [ "${PYTHON_VERSION%%.*}" -eq 3 ] && [ "${PYTHON_VERSION#*.}" -lt 10 ]; then echo "python${PYTHON_VERSION}-distutils" ; fi ) \
3939 curl \
4040 wget && \
You can’t perform that action at this time.
0 commit comments