Closed theory closed 9 months ago
Remove redundant apt packages from the call to apt-get in the PostGIS Dockerfile, and keep it to a single RUN to limit the layer count.
apt-get
Dockerfile
RUN
Remove redundant apt packages from the call to
apt-get
in the PostGISDockerfile
, and keep it to a singleRUN
to limit the layer count.