Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit bde6483

Browse files
committed
CHnage base to upgrade to latest 9.x pg version
1 parent f7b0e69 commit bde6483

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
FROM python:alpine
1+
FROM postgres
22
MAINTAINER butlerx <[email protected]>
3-
RUN apk add --update bash postgresql openssl && \
4-
pip install awscli && \
3+
RUN apt-get -y update && \
4+
apt-get -y install bash openssl python3-pip && \
5+
pip3 install awscli && \
56
mkdir /scripts
67
COPY backupToS3.sh /scripts/backupToS3.sh
78
CMD ["bin/sh", "/scripts/backupToS3.sh"]

0 commit comments

Comments
 (0)