Skip to content

Commit

Permalink
Python required to install hpcc clinet tools so added to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahal1 committed May 23, 2024
1 parent d4980de commit 6a5baae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tombolo/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN apt-get install -y openssh-client openssh-server \
expect rsync libapr1 psmisc libaprutil1 libarchive13 libatlas3-base \
libboost-regex1.65.1 libmemcached11 libmemcachedutil2 libnuma1 \
libpython2.7 libpython3.6 libxslt1.1 libcurl3-gnutls netcat git

RUN apt-get install -y python

ARG cdnUrl=https://cdn.hpccsystems.com
ARG hpccVersion=7.12.50
Expand Down

0 comments on commit 6a5baae

Please sign in to comment.