Skip to content

Commit c2b46a3

Browse files
committed
added the missing python3 so that cqlsh can work
1 parent 487755e commit c2b46a3

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)