We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f9bc8 commit 8f9df66Copy full SHA for 8f9df66
1 file changed
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:bullseye
3
4
RUN \
5
apt update && \
6
- apt-get install bash-completion graphviz -y
+ apt-get install bash-completion graphviz default-mysql-client -y
7
8
ENV DJ_HOST fakeservices.datajoint.io
9
ENV DJ_USER root
0 commit comments