File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ VOLUME /data
176
176
WORKDIR /hubble_build
177
177
ENTRYPOINT [ "/bin/bash" , "-o" , "xtrace" , "-c" ]
178
178
CMD [ "if [ -f /data/hubble_buildinfo ] ; then echo \"\" >> /hubble_build/hubblestack/__init__.py ; cat /data/hubble_buildinfo >> /hubble_build/hubblestack/__init__.py; fi \
179
- && pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --additional-hooks-dir=${_HOOK_DIR} --runtime-hook=pkg/pyinstaller-runtimehooks/pathopthubble.py hubble.py \
179
+ && 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' \
180
180
&& mkdir -p /var/log/hubble_osquery/backuplogs \
181
181
# hubble default configuration file
182
182
&& cp -rf /hubble_build/conf/hubble /etc/hubble/ \
You can’t perform that action at this time.
0 commit comments