Skip to content

Commit

Permalink
fixed issue with spark worker startup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Oct 27, 2019
1 parent dcd3e00 commit fd12efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/worker-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

RUN apt-get update \
&& apt-get install -y curl unzip \
&& apt-get install -y curl unzip procps \
python3 python3-setuptools \
libboost-regex-dev \
&& ln -s /usr/bin/python3 /usr/bin/python \
Expand Down

0 comments on commit fd12efd

Please sign in to comment.