We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb791d commit a1fedf0Copy full SHA for a1fedf0
Dockerfile
@@ -2,6 +2,5 @@ FROM postgres:17-alpine
2
3
# Install AWS CLI
4
RUN apk add --no-cache python3 py3-pip && \
5
- pip3 install --upgrade pip && \
6
pip3 install awscli && \
7
apk del python3 py3-pip
0 commit comments