Skip to content

Commit 0125140

Browse files
committed
chore: install aws-cli from apk instead of pip
1 parent a1fedf0 commit 0125140

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
FROM postgres:17-alpine
22

3-
# Install AWS CLI
4-
RUN apk add --no-cache python3 py3-pip && \
5-
pip3 install awscli && \
6-
apk del python3 py3-pip
3+
RUN apk add --no-cache aws-cli

0 commit comments

Comments
 (0)