File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM thinkwhere/gdal-python:3.7-shippable
44
55# Install gdal-bin to get ogr2ogr tool
66RUN apt-get update
7- RUN apt-get install gdal-bin
7+ RUN apt-get --yes install gdal-bin
88
99# create directories for config, logs and data
1010ARG config_dir=/usr/share/config/mapswipe_workers/
@@ -37,4 +37,4 @@ COPY config $config_dir
3737# RUN python setup.py install
3838RUN pip install .
3939
40- # we don't use a CMD here, this will be defined in docker-compose.yaml
40+ # we don't use a CMD here, this will be defined in docker-compose.yaml
Original file line number Diff line number Diff line change 7474$$
7575LANGUAGE ' plpgsql' ;
7676
77- VACUUM;
78-
7977
8078/* Stop server activity if possible. */
79+ VACUUM;
80+
8181BEGIN ;
8282SELECT
8383 add_count_trigs ();
You can’t perform that action at this time.
0 commit comments