Skip to content

Commit 2863b80

Browse files
committed
Add libpq to dev environment
1 parent 0fb4094 commit 2863b80

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN apt-get install -y \
55
build-essential git checkinstall libssl-dev openssl software-properties-common \
66
golang-go \
77
python3.11 python3-pip python3.11-venv libsass-dev libcairo2 libpango-1.0-0 libpangoft2-1.0-0 pangocairo-1.0 pngquant \
8-
sudo
8+
sudo \
9+
libpq-dev
910

1011
## vscode user
1112
RUN useradd -ms /bin/bash vscode \

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
go
1919
ninja
2020
pre-commit
21+
libpq
2122
];
2223
};
2324
};

0 commit comments

Comments
 (0)