Skip to content

Commit

Permalink
Adjust comments in Debian Dockerfile
Browse files Browse the repository at this point in the history
There is no Alpine in our Debian Docker image, so we can delete these comments.
  • Loading branch information
andyundso authored and justinclift committed Jul 15, 2024
1 parent ef6eb96 commit 62ea986
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ RUN mkdir ${BUILD_ROOT}
WORKDIR ${BUILD_ROOT}

# Install things needed for development
# We might want to install "alpine-sdk" instead of "build-base", if build-base
# doesn't have everything we need
RUN apt update && \
apt upgrade && \
apt install -y build-essential libicu-dev liblz4-dev locales tzdata zlib1g-dev libzstd-dev wget pkg-config && \
Expand Down Expand Up @@ -134,7 +132,7 @@ RUN cd postgresql-16.* && \
make install-world && \
rm -rf /usr/local-pg16/include

# Use the PostgreSQL Alpine image as our output image base
# Use the PostgreSQL Bookworm image as our output image base
FROM postgres:${PGTARGET}-bookworm

# We need to define this here, to make the above PGTARGET available after the FROM
Expand Down

0 comments on commit 62ea986

Please sign in to comment.