File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,6 @@ RUN apk add --update-cache \
2121 python3 \
2222 libcurl
2323
24- # AWS Lambda CPP and libcurl rely on backtrace which requires libexecinfo from Alpine.
25- # Since starting from Alpine3.17 libexecinfo is no longer available, temporarily source it from Alpine3.16
26- # while awaiting an upstream resolution in AWS Lambda CPP.
27- RUN if [[ "${DISTRO_VERSION}" == "3.17" ]] || [[ "${DISTRO_VERSION}" == "3.18" ]] ; \
28- then \
29- apk add --update-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev ; \
30- else \
31- apk add --update-cache libexecinfo-dev ; \
32- fi
33-
3424# Include global arg in this stage of the build
3525ARG FUNCTION_DIR
3626# Create function directory
Original file line number Diff line number Diff line change @@ -21,16 +21,6 @@ RUN apk add --update-cache \
2121 python3 \
2222 libcurl
2323
24- # AWS Lambda CPP and libcurl rely on backtrace which requires libexecinfo from Alpine.
25- # Since starting from Alpine3.17 libexecinfo is no longer available, temporarily source it from Alpine3.16
26- # while awaiting an upstream resolution in AWS Lambda CPP.
27- RUN if [[ "${DISTRO_VERSION}" == "3.17" ]] || [[ "${DISTRO_VERSION}" == "3.18" ]] ; \
28- then \
29- apk add --update-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev ; \
30- else \
31- apk add --update-cache libexecinfo-dev ; \
32- fi
33-
3424# Include global arg in this stage of the build
3525ARG FUNCTION_DIR
3626# Create function directory
You can’t perform that action at this time.
0 commit comments