Skip to content

Instantly share code, notes, and snippets.

@peterhel
Created November 29, 2024 15:54
Show Gist options
  • Select an option

  • Save peterhel/981fb44e3d8d19cf4a66b5bd2a4f46ce to your computer and use it in GitHub Desktop.

Select an option

Save peterhel/981fb44e3d8d19cf4a66b5bd2a4f46ce to your computer and use it in GitHub Desktop.
docker run \
-it \
--rm \
--entrypoint bash \
-v ${PWD}:/host \
-e ODBCINI=/opt/odbc.ini \
-e ODBCSYSINI=/opt/ \
public.ecr.aws/lambda/python:3.13
dnf update -y
dnf install make tar gzip gcc -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment