diff --git a/package.py b/package.py index 7bd8dd2d..1b966085 100644 --- a/package.py +++ b/package.py @@ -1129,6 +1129,8 @@ def docker_run_command(build_root, command, runtime, if not image: image = 'public.ecr.aws/sam/build-{}'.format(runtime) + docker_cmd.extend(['--entrypoint', '']) + docker_cmd.append(image) assert isinstance(command, list)