Skip to content

Commit 313bd6c

Browse files
authored
Add missing libs to ci container (#1330)
1 parent eb8d44b commit 313bd6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"runArgs": ["--network=host"],
1313
"features": {
1414
// Available Features: https://containers.dev/features
15-
// "ghcr.io/devcontainers/features/docker-from-docker:1": {"moby": false},
15+
// "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {"moby": false},
1616
// "ghcr.io/devcontainers/features/aws-cli:1": {},
1717
// "ghcr.io/devcontainers/features/github-cli:1": {}
1818
},

.github/containers/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
2222
bash \
2323
build-essential \
2424
curl \
25+
default-libmysqlclient-dev \
2526
expat \
2627
fish \
2728
fontconfig \
@@ -45,6 +46,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
4546
make \
4647
odbc-postgresql \
4748
openssl \
49+
pkg-config \
4850
python3-dev \
4951
python3-pip \
5052
sudo \

0 commit comments

Comments
 (0)