Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Oct 11, 2024
1 parent 9e5eecb commit e3e0609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM public.ecr.aws/lambda/python:3.11

RUN apt-get update && apt-get -y upgrade \
&& apt-get install gcc -y \
&& pip install --upgrade pip

RUN pip install 'poetry==1.8.3'
COPY pyproject.toml poetry.lock ${LAMBDA_TASK_ROOT}

Expand Down

0 comments on commit e3e0609

Please sign in to comment.