Skip to content

Commit

Permalink
feat: container images should include libpq
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Nov 13, 2023
1 parent 4c8efe9 commit f144bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
ARG VERSION=0.0.0

# Update package list and install curl
RUN apt-get update && apt-get install -y curl wget git
RUN apt-get update && apt-get install -y curl wget git libpq-dev

# Install curl and other dependencies required for Node.js installation
RUN apt-get update && apt-get install -y curl && apt-get clean
Expand Down

0 comments on commit f144bc9

Please sign in to comment.