Skip to content

Commit

Permalink
Merge pull request #645 from yassingh/centos6_docker_fix
Browse files Browse the repository at this point in the history
Correcting the pyinstaller command in centos6 Dockerfile
  • Loading branch information
basepi authored Jun 3, 2019
2 parents bc3e316 + bb70794 commit b95bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/centos6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ VOLUME /data
WORKDIR /hubble_build
ENTRYPOINT [ "/bin/bash", "-o", "xtrace", "-c" ]
CMD [ "if [ -f /data/hubble_buildinfo ] ; then echo \"\" >> /hubble_build/hubblestack/__init__.py ; cat /data/hubble_buildinfo >> /hubble_build/hubblestack/__init__.py; fi \
&& pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --additional-hooks-dir=${_HOOK_DIR} --runtime-hook=pkg/pyinstaller-runtimehooks/pathopthubble.py hubble.py \
&& scl enable python27 'pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --additional-hooks-dir=${_HOOK_DIR} --runtime-hook=pkg/pyinstaller-runtimehooks/pathopthubble.py hubble.py' \
&& mkdir -p /var/log/hubble_osquery/backuplogs \
# hubble default configuration file
&& cp -rf /hubble_build/conf/hubble /etc/hubble/ \
Expand Down

0 comments on commit b95bcc8

Please sign in to comment.