Skip to content

Commit a1a1ba7

Browse files
committed
Fix deprecated install-location-related arguments (pypa/pip#7309)
1 parent d59065f commit a1a1ba7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile-17

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
9797
RUN apk --update --no-cache add -t build-dependencies \
9898
gnupg \
9999
&& pip3 install --upgrade pip \
100-
&& pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin" \
100+
&& pip3 install nextcloud_news_updater \
101101
&& cd /tmp \
102102
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 \
103103
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc \

Dockerfile-18

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
9797
RUN apk --update --no-cache add -t build-dependencies \
9898
gnupg \
9999
&& pip3 install --upgrade pip \
100-
&& pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin" \
100+
&& pip3 install nextcloud_news_updater \
101101
&& cd /tmp \
102102
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 \
103103
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc \

Dockerfile-19

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
9898
RUN apk --update --no-cache add -t build-dependencies \
9999
gnupg \
100100
&& pip3 install --upgrade pip \
101-
&& pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin" \
101+
&& pip3 install nextcloud_news_updater \
102102
&& cd /tmp \
103103
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 \
104104
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc \

0 commit comments

Comments
 (0)