File tree 2 files changed +0
-20
lines changed
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 \
21
21
python3 \
22
22
libcurl
23
23
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
-
34
24
# Include global arg in this stage of the build
35
25
ARG FUNCTION_DIR
36
26
# Create function directory
Original file line number Diff line number Diff line change @@ -21,16 +21,6 @@ RUN apk add --update-cache \
21
21
python3 \
22
22
libcurl
23
23
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
-
34
24
# Include global arg in this stage of the build
35
25
ARG FUNCTION_DIR
36
26
# Create function directory
You can’t perform that action at this time.
0 commit comments