File tree Expand file tree Collapse file tree 13 files changed +17
-4
lines changed Expand file tree Collapse file tree 13 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
Original file line number Diff line number Diff line change @@ -139,10 +139,11 @@ RUN set -ex \
139
139
&& su postgres -c 'pg_ctl -D /tempdb start' \
140
140
&& ldconfig \
141
141
&& cd regress \
142
- && make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
142
+ && make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
143
143
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
144
144
&& rm -rf /tempdb \
145
- # clean
145
+ && rm -rf /tmp/pgis_reg \
146
+ # clean
146
147
&& cd / \
147
148
&& rm -rf /usr/src/postgis \
148
149
&& apt-get purge -y --autoremove \
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
Original file line number Diff line number Diff line change @@ -139,10 +139,11 @@ RUN set -ex \
139
139
&& su postgres -c 'pg_ctl -D /tempdb start' \
140
140
&& ldconfig \
141
141
&& cd regress \
142
- && make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
142
+ && make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
143
143
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
144
144
&& rm -rf /tempdb \
145
- # clean
145
+ && rm -rf /tmp/pgis_reg \
146
+ # clean
146
147
&& cd / \
147
148
&& rm -rf /usr/src/postgis \
148
149
&& apt-get purge -y --autoremove \
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ RUN set -ex \
56
56
&& make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres \
57
57
&& su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' \
58
58
&& rm -rf /tempdb \
59
+ && rm -rf /tmp/pgis_reg \
59
60
# add .postgis-rundeps
60
61
&& apk add --no-cache --virtual .postgis-rundeps \
61
62
json-c \
You can’t perform that action at this time.
0 commit comments