added postgres dockerfile

This commit is contained in:
Yannic Kilcher
2023-01-17 11:15:35 +01:00
parent b0c0159b63
commit 4285438fe7
+1 -1
View File
@@ -5,5 +5,5 @@ RUN apt-get update && apt-get install -y unzip curl && rm -rf /var/lib/apt/lists
# download aws cli
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
RUN unzip -q awscliv2.zip
RUN ./aws/install