Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions build-image-src/Dockerfile-python310
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ ENV PATH=$PATH:/usr/local/opt/lambda-builders/bin

ENV LANG=en_US.UTF-8

# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
# Python for it to be picked up during `sam build`
RUN pip3 install wheel
# Install setuptools so that Python packages with build requirements can be compiled during `sam build`
RUN pip3 install setuptools

COPY ATTRIBUTION.txt /

Expand Down
5 changes: 2 additions & 3 deletions build-image-src/Dockerfile-python311
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ ENV PATH=$PATH:/usr/local/opt/lambda-builders/bin

ENV LANG=en_US.UTF-8

# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
# Python for it to be picked up during `sam build`
RUN pip3 install wheel
# Install setuptools so that Python packages with build requirements can be compiled during `sam build`
RUN pip3 install setuptools

COPY ATTRIBUTION.txt /

Expand Down
5 changes: 2 additions & 3 deletions build-image-src/Dockerfile-python312
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ ENV PATH=$PATH:/usr/local/opt/lambda-builders/bin

ENV LANG=en_US.UTF-8

# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
# Python for it to be picked up during `sam build`
RUN pip3 install wheel setuptools
# Install setuptools so that Python packages with build requirements can be compiled during `sam build`
RUN pip3 install setuptools

COPY ATTRIBUTION.txt /

Expand Down
5 changes: 2 additions & 3 deletions build-image-src/Dockerfile-python313
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ ENV PATH=$PATH:/usr/local/opt/lambda-builders/bin

ENV LANG=en_US.UTF-8

# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
# Python for it to be picked up during `sam build`
RUN pip3 install wheel setuptools
# Install setuptools so that Python packages with build requirements can be compiled during `sam build`
RUN pip3 install setuptools

COPY ATTRIBUTION.txt /

Expand Down
5 changes: 2 additions & 3 deletions build-image-src/Dockerfile-python38
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ ENV PATH=$PATH:/usr/local/opt/lambda-builders/bin

ENV LANG=en_US.UTF-8

# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
# Python for it to be picked up during `sam build`
RUN pip3 install wheel
# Install setuptools so that Python packages with build requirements can be compiled during `sam build`
RUN pip3 install setuptools

COPY ATTRIBUTION.txt /

Expand Down
5 changes: 2 additions & 3 deletions build-image-src/Dockerfile-python39
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ ENV PATH=$PATH:/usr/local/opt/lambda-builders/bin

ENV LANG=en_US.UTF-8

# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
# Python for it to be picked up during `sam build`
RUN pip3 install wheel
# Install setuptools so that Python packages with build requirements can be compiled during `sam build`
RUN pip3 install setuptools

COPY ATTRIBUTION.txt /

Expand Down