Skip to content

Commit 333b856

Browse files
committed
clarify comment
1 parent d0b7cdc commit 333b856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

building/lambda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN ln -s /usr/bin/gcc10-ld /usr/bin/ld
3434
FROM ${python_version}
3535
COPY pyproject.toml poetry.lock ./
3636

37-
# Setuptools is a build dependency of arrow.
37+
# Setuptools is a build dependency of arrow and runtime dependency of some of our dependencies.
3838
# Remove when arrow version shipped with lambda layers is updated.
3939
RUN pip3 install --upgrade pip wheel setuptools>=78.1.1 setuptools_scm>=8
4040
RUN pip3 install --upgrade urllib3==1.26.16 # temporary to avoid https://github.com/urllib3/urllib3/issues/2168 (TODO remove when the AL2 image updates to support OpenSSL 1.1.1+)

building/lambda/Dockerfile.al2023

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WORKDIR /root
2323
FROM ${python_version}
2424
COPY pyproject.toml poetry.lock ./
2525

26-
# Setuptools is a build dependency of arrow.
26+
# Setuptools is a build dependency of arrow and runtime dependency of some of our dependencies.
2727
# Remove when arrow version shipped with lambda layers is updated.
2828
RUN pip3 install --upgrade pip wheel setuptools>=78.1.1 setuptools_scm>=8
2929
# In new CMake 4, compatibility with CMake < 3.5 has been removed.

0 commit comments

Comments
 (0)