Skip to content

Commit

Permalink
remove externally-managed
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner committed Jan 27, 2025
1 parent e688af4 commit 1f4f4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update && \
ln -s /usr/lib/postgresql/$version/bin/pg_restore /usr/bin/pg_restore-$version; \
done && \
# Install AWS CLI globally
rm -f /usr/lib/python3.11/EXTERNALLY-MANAGED && \
pip3 install --no-cache-dir awscli && \
ln -s /usr/local/bin/aws /usr/bin/aws && \
apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 1f4f4e5

Please sign in to comment.