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-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ WORKDIR /root
23
23
FROM ${python_version}
24
24
COPY pyproject.toml poetry.lock ./
25
25
26
-
RUN pip3 install --upgrade pip wheel
26
+
RUN pip3 install --upgrade pip wheel setuptools>=64 setuptools_scm>=8
27
27
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+)
28
28
RUN pip3 install --upgrade six cython cmake hypothesis poetry
29
29
RUN poetry config virtualenvs.create false --local && poetry install --no-root --only main
0 commit comments