Skip to content

Commit 118c69f

Browse files
committed
fix: alpine 3.15
1 parent 8260b7f commit 118c69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/codebuild/alpine-3.15.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ phases:
44
build:
55
commands:
66
- echo Build started on `date`
7+
- apk add --no-cache curl
78
- curl -fLo cmake-install https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-Linux-x86_64.sh
89
- sh cmake-install --skip-license --prefix=/usr --exclude-subdirectory;
910
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-alpine315

0 commit comments

Comments
 (0)