Skip to content

Commit 8f9df66

Browse files
Add mysql cli.
1 parent 13f9bc8 commit 8f9df66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:bullseye
33

44
RUN \
55
apt update && \
6-
apt-get install bash-completion graphviz -y
6+
apt-get install bash-completion graphviz default-mysql-client -y
77

88
ENV DJ_HOST fakeservices.datajoint.io
99
ENV DJ_USER root

0 commit comments

Comments
 (0)