Skip to content

Commit a1fedf0

Browse files
committed
chore: remove pip update
1 parent 3cb791d commit a1fedf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ FROM postgres:17-alpine
22

33
# Install AWS CLI
44
RUN apk add --no-cache python3 py3-pip && \
5-
pip3 install --upgrade pip && \
65
pip3 install awscli && \
76
apk del python3 py3-pip

0 commit comments

Comments
 (0)