We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa10163 commit bc3dfeaCopy full SHA for bc3dfea
.github/actions/test/Dockerfile
@@ -1,7 +1,7 @@
1
FROM dajobe/hbase:latest
2
3
RUN apt-get update
4
-RUN apt-get install -y 'python3.6' 'python3.7' 'python3.6-dev' 'python3.7-dev' python3-pip net-tools
+RUN apt-get install -y 'python3.6' 'python3.7' 'python3.6-dev' 'python3.7-dev' python3-pip net-tools git
5
6
COPY . .
7
0 commit comments