Skip to content

Commit bc3dfea

Browse files
committed
Add git to install
1 parent aa10163 commit bc3dfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM dajobe/hbase:latest
22

33
RUN apt-get update
4-
RUN apt-get install -y 'python3.6' 'python3.7' 'python3.6-dev' 'python3.7-dev' python3-pip net-tools
4+
RUN apt-get install -y 'python3.6' 'python3.7' 'python3.6-dev' 'python3.7-dev' python3-pip net-tools git
55

66
COPY . .
77

0 commit comments

Comments
 (0)