File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
97
97
RUN apk --update --no-cache add -t build-dependencies \
98
98
gnupg \
99
99
&& pip3 install --upgrade pip \
100
- && pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin" \
100
+ && pip3 install nextcloud_news_updater \
101
101
&& cd /tmp \
102
102
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 \
103
103
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc \
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
97
97
RUN apk --update --no-cache add -t build-dependencies \
98
98
gnupg \
99
99
&& pip3 install --upgrade pip \
100
- && pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin" \
100
+ && pip3 install nextcloud_news_updater \
101
101
&& cd /tmp \
102
102
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 \
103
103
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc \
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
98
98
RUN apk --update --no-cache add -t build-dependencies \
99
99
gnupg \
100
100
&& pip3 install --upgrade pip \
101
- && pip3 install nextcloud_news_updater --install-option="--install-scripts=/usr/bin" \
101
+ && pip3 install nextcloud_news_updater \
102
102
&& cd /tmp \
103
103
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 \
104
104
&& curl -SsOL https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc \
You can’t perform that action at this time.
0 commit comments