Skip to content

Commit ab2ef7c

Browse files
Fix Docker container entrypoint issue in Amazon Linux 2 workflow
1 parent a20b1ad commit ab2ef7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-amazonlinux2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
# Amazon Linux 2コンテナで依存関係をビルド
3131
docker run --rm -v $(pwd):/var/task public.ecr.aws/lambda/python:3.10 \
32-
bash -c "
32+
/bin/bash -c "
3333
cd /var/task
3434
python -m pip install --upgrade pip
3535
pip install -r requirements.txt -t ./package

0 commit comments

Comments
 (0)