We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb53e0 commit 7df466cCopy full SHA for 7df466c
.devcontainer/Dockerfile
@@ -11,7 +11,7 @@ RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/
11
# [Optional] Uncomment this section to install additional OS packages.
12
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
13
&& apt-get -y install --no-install-recommends \
14
- mariadb-server libmariadbclient-dev \
+ mariadb-server libmariadb-dev \
15
postgresql postgresql-client postgresql-contrib libpq-dev \
16
redis-server memcached \
17
ffmpeg mupdf mupdf-tools libvips poppler-utils
0 commit comments