Skip to content

Commit 6f72efb

Browse files
committed
change aws install method
1 parent cc50579 commit 6f72efb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# - { postgres: 12, alpine: '3.12' }
1616
# - { postgres: 13, alpine: '3.14' }
1717
# - { postgres: 14, alpine: '3.16' }
18-
# - { postgres: 15, alpine: '3.17' }
18+
- { postgres: 15, alpine: '3.17' }
1919
- { postgres: 16, alpine: '3.19' }
2020

2121
steps:

src/install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ apk add postgresql-client
1111
# install gpg
1212
apk add gnupg
1313

14-
apk add python3
15-
apk add py3-pip # separate package on edge only
16-
pip3 install awscli
14+
apk add aws-cli
1715

1816
# install go-cron
1917
apk add curl

0 commit comments

Comments
 (0)