File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments