Skip to content

Commit

Permalink
Merge pull request #2 from pagopa/added-psql
Browse files Browse the repository at this point in the history
Added psql cli
  • Loading branch information
aomegax authored Dec 5, 2023
2 parents c6ce73a + 3ff59b5 commit d52300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest
COPY . .

RUN apt-get update -y
RUN apt-get install -y git pip python3 nodejs vim curl iputils-ping
RUN apt-get install -y git pip python3 nodejs vim curl iputils-ping postgresql-client

RUN pip install -r requirements.txt

Expand Down

0 comments on commit d52300f

Please sign in to comment.