mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-01-18 12:34:32 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
d8d636d7a3
commit
462f57e0ae
17
Dockerfile
17
Dockerfile
@ -21,8 +21,13 @@ RUN mkdir -p /bin/ /config/ /data/ && \
|
|||||||
echo "http://dl-cdn.alpinelinux.org/alpine/$ALPINE_VERSION/community" >> /etc/apk/repositories && \
|
echo "http://dl-cdn.alpinelinux.org/alpine/$ALPINE_VERSION/community" >> /etc/apk/repositories && \
|
||||||
echo "http://dl-cdn.alpinelinux.org/alpine/$ALPINE_VERSION/testing" >> /etc/apk/repositories && \
|
echo "http://dl-cdn.alpinelinux.org/alpine/$ALPINE_VERSION/testing" >> /etc/apk/repositories && \
|
||||||
apk update -U --no-cache \
|
apk update -U --no-cache \
|
||||||
apk add --no-cache curl gnupg tar unzip xz \
|
apk add --no-cache \
|
||||||
apk --update --no-cache add \
|
icu-data-full \
|
||||||
|
curl \
|
||||||
|
gnupg \
|
||||||
|
tar \
|
||||||
|
unzip \
|
||||||
|
xz \
|
||||||
s6-overlay \
|
s6-overlay \
|
||||||
bash \
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
@ -85,12 +90,10 @@ RUN apk --update --no-cache add -t build-dependencies \
|
|||||||
pcre-dev \
|
pcre-dev \
|
||||||
php8-dev \
|
php8-dev \
|
||||||
php8-pear \
|
php8-pear \
|
||||||
samba-dev \
|
samba-dev
|
||||||
tar \
|
|
||||||
wget
|
|
||||||
|
|
||||||
RUN pip3 install --upgrade pip && \
|
RUN python3 -m pip install --upgrade pip && \
|
||||||
pip3 install nextcloud_news_updater
|
python3 -m pip install nextcloud_news_updater
|
||||||
|
|
||||||
RUN mv /etc/php8 /etc/php && \
|
RUN mv /etc/php8 /etc/php && \
|
||||||
ln -s /etc/php /etc/php8 && \
|
ln -s /etc/php /etc/php8 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user