Created
July 6, 2020 17:55
-
-
Save jmrobles/15bc90109a10c62c3f3b8ea1f52bf3ea to your computer and use it in GitHub Desktop.
Dockerfile for Postgres Backup Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mdillon/postgis:9.6 | |
RUN apt update -y | |
RUN apt install -y awscli mcrypt | |
COPY do_backup.sh / | |
RUN chmod +x /do_backup.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment