Skip to content

Commit

Permalink
Update circleci/images/exttester/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
  • Loading branch information
naisila and hanefi authored Aug 17, 2023
1 parent dbbac7e commit 890bb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /e
apt-get install -y --no-install-recommends --allow-downgrades postgresql-${PG_MAJOR}-wal2json; \
fi \
# clear apt cache
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

# add postgress to the path
ENV PATH=/usr/lib/postgresql/$PG_MAJOR/bin/:$PATH
Expand Down

0 comments on commit 890bb45

Please sign in to comment.