Skip to content

Commit

Permalink
Not use SHELL command in CM docker (#82)
Browse files Browse the repository at this point in the history
* Dont use SHELL command in dockerfile
  • Loading branch information
arjunsuresh authored Dec 27, 2024
1 parent c465378 commit c3550d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-dockerfile/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def preprocess(i):

shell = get_value(env, config, 'SHELL', 'CM_DOCKER_IMAGE_SHELL')
if shell:
f.write('SHELL ' + shell + EOL)
# f.write('SHELL ' + shell + EOL)
f.write(EOL)

for arg in config['ARGS_DEFAULT']:
Expand Down

0 comments on commit c3550d2

Please sign in to comment.