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 81a0b67 commit 07a27b5Copy full SHA for 07a27b5
Dockerfile
@@ -38,6 +38,9 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends \
38
git \
39
software-properties-common \
40
ssh \
41
+ mysql-client \
42
+ python \
43
+ postgresql postgresql-contrib \
44
&& rm -rf /var/lib/apt/lists/*
45
46
# Install vim and customise
0 commit comments