You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: building/lambda/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ RUN ln -s /usr/bin/gcc10-ld /usr/bin/ld
34
34
FROM ${python_version}
35
35
COPY pyproject.toml poetry.lock ./
36
36
37
-
# Setuptools is a build dependency of arrow.
37
+
# Setuptools is a build dependency of arrow and runtime dependency of some of our dependencies.
38
38
# Remove when arrow version shipped with lambda layers is updated.
39
39
RUN pip3 install --upgrade pip wheel setuptools>=78.1.1 setuptools_scm>=8
40
40
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+)
0 commit comments