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 a1fedf0 commit 0125140Copy full SHA for 0125140
Dockerfile
@@ -1,6 +1,3 @@
1
FROM postgres:17-alpine
2
3
-# Install AWS CLI
4
-RUN apk add --no-cache python3 py3-pip && \
5
- pip3 install awscli && \
6
- apk del python3 py3-pip
+RUN apk add --no-cache aws-cli
0 commit comments