Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-- committed Feb 5, 2025
1 parent f452aa9 commit 899627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM base AS builder
ARG POSTGRES_VERSION

RUN apt-get update -qq && apt-get upgrade && \
apt-get install -y python3-yaml \
apt-get install -y python3-yaml && \
apt-get install -y \
postgresql-server-dev-${POSTGRES_VERSION} \
build-essential libreadline-dev zlib1g-dev flex bison libxml2-dev libxslt-dev \
Expand Down

0 comments on commit 899627c

Please sign in to comment.