Skip to content

Commit 6ec633d

Browse files
authored
Update lambda.tf
1 parent 591bd76 commit 6ec633d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lambda.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ resource "null_resource" "lambda_build" {
4141
apt install -y -o APT::Sandbox::User=root --no-install-recommends gnupg;
4242
apt install -y -o APT::Sandbox::User=root --no-install-recommends lsb-release;
4343
mkdir -p ${local.lambda_output_path};
44-
docker run --rm \
44+
ls /usr/bin;
45+
ls /usr/local/bin;
46+
/usr/local/bin/docker run --rm \
4547
-v $(realpath ${var.lambda_path})/:/opt/src \
4648
-v ${local.lambda_output_path}/:/opt/output \
4749
eonxcom/lambda-build-python-${var.lambda_python_version}:latest \

0 commit comments

Comments
 (0)