Skip to content

Commit f0a6360

Browse files
authored
Merge pull request #49 from datastax/fix_python3
added the missing python3 so that cqlsh can work
2 parents 487755e + c2b46a3 commit f0a6360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN mkdir -p /assets/ && cd /assets && \
1313
tar -xzf ./spark-2.4.8-bin-hadoop2.7.tgz && \
1414
rm ./spark-2.4.8-bin-hadoop2.7.tgz
1515

16-
RUN apt-get update && apt-get install -y openssh-server vim --no-install-recommends && \
16+
RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install-recommends && \
1717
rm -rf /var/lib/apt/lists/* && \
1818
service ssh start
1919

0 commit comments

Comments
 (0)