Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created July 6, 2020 17:55
Show Gist options
  • Save jmrobles/15bc90109a10c62c3f3b8ea1f52bf3ea to your computer and use it in GitHub Desktop.
Save jmrobles/15bc90109a10c62c3f3b8ea1f52bf3ea to your computer and use it in GitHub Desktop.
Dockerfile for Postgres Backup Container
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