Merge pull request #69 from linuxserver/master-reqs

This commit is contained in:
Roxedus 2021-05-09 21:39:12 +02:00 committed by GitHub
commit c5100d5dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View File

@ -12,11 +12,13 @@ ENV TZ="Etc/UTC"
RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
build-base \
g++ \
gcc \
jq \
libffi-dev \
libxml2-dev \
libxslt-dev \
py3-pip \
python3-dev && \
echo "**** install packages ****" && \
apk add --no-cache \
@ -24,6 +26,7 @@ RUN \
ffmpeg \
libxml2 \
libxslt \
py3-pip \
python3 \
unrar \
unzip && \

View File

@ -12,11 +12,13 @@ ENV TZ="Etc/UTC"
RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
build-base \
g++ \
gcc \
jq \
libffi-dev \
libxml2-dev \
libxslt-dev \
py3-pip \
python3-dev && \
echo "**** install packages ****" && \
apk add --no-cache \
@ -24,6 +26,7 @@ RUN \
ffmpeg \
libxml2 \
libxslt \
py3-pip \
python3 \
unrar \
unzip && \

View File

@ -12,11 +12,13 @@ ENV TZ="Etc/UTC"
RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
build-base \
g++ \
gcc \
jq \
libffi-dev \
libxml2-dev \
libxslt-dev \
py3-pip \
python3-dev && \
echo "**** install packages ****" && \
apk add --no-cache \
@ -24,6 +26,7 @@ RUN \
ffmpeg \
libxml2 \
libxslt \
py3-pip \
python3 \
unrar \
unzip && \