pip pulls down pre-compiled versions of all the required packages, so we don't need to build anything locally.
This commit is contained in:
Ike Johnson-Woods 2024-08-14 20:01:59 +08:00
Родитель c0d6bf0e02
Коммит 117b4058d3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 19675BB3F8E759D6
1 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -8,18 +8,6 @@ ARG TZ='UTC'
ENV DEFAULT_TZ=${TZ}
RUN apk add --no-cache \
libxml2-dev \
libxslt-dev \
python3-dev \
make \
gcc \
libffi-dev \
build-base \
openssl-dev \
cargo \
tzdata
# Fix the warning where no timezone is specified
RUN cp /usr/share/zoneinfo/${DEFAULT_TZ} /etc/localtime