Skip to content

Commit

Permalink
added postgres dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Jan 17, 2023
1 parent b0c0159 commit 4285438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.postgres
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4285438

Please sign in to comment.