-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Following the official instructions, I met the following errors when executing the docker run ...
command in Basic Usage of the readme, whenever I build the image myself or just pull the image from the Microsoft Container Registry.
/bin/sh: 1: /usr/local/startup_scripts/setup.py: Permission denied Error 126 executing from command. Exiting...
codeql-container/container/startup.py
Lines 36 to 38 in 073695d
run_result = check_output_wrapper( | |
f"{scripts_dir}/setup.py {setup_script_args}", | |
shell=True).decode("utf-8") |
I reviewed the code of startup.py and Dockerfile. I think this is due to the lack of execute permission of setup.py. Then I chmod
the permission, and the problem is solved.
kiransterling and pregress
Metadata
Metadata
Assignees
Labels
No labels