Skip to content

Commit

Permalink
Remove startpostgres.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 13, 2024
1 parent 37a9cd9 commit 70b16f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions 4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN true \
ARG NOMINATIM_VERSION
ARG USER_AGENT

# Osmium install to run continuous updates.
# Nominatim install.
RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked pip install --break-system-packages \
nominatim-db==$NOMINATIM_VERSION \
osmium \
Expand All @@ -64,8 +64,8 @@ RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked pip install --brea
gunicorn \
nominatim-api

# Nominatim install.

# remove build-only packages
RUN true \
# Remove development and unused packages.
&& apt-get -y remove --purge --auto-remove \
Expand All @@ -84,7 +84,6 @@ COPY conf.d/postgres-tuning.conf /etc/postgresql/16/main/conf.d/
COPY config.sh /app/config.sh
COPY init.sh /app/init.sh
COPY start.sh /app/start.sh
COPY startpostgres.sh /app/startpostgres.sh

# Collapse image to single layer.
FROM scratch
Expand Down
4 changes: 0 additions & 4 deletions 4.5/startpostgres.sh

This file was deleted.

0 comments on commit 70b16f0

Please sign in to comment.