Skip to content

Commit 900f7f2

Browse files
authored
Add libunwind to v1 static builder images. (#313)
1 parent d8c12c4 commit 900f7f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

static-builder/Dockerfile.v1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN apk add --no-cache \
3030
libmnl-dev \
3131
libmnl-static \
3232
libtool \
33+
libunwind-dev \
34+
libunwind-static \
3335
libuv-dev \
3436
libuv-static \
3537
libpsl-dev \
@@ -42,7 +44,7 @@ RUN apk add --no-cache \
4244
mongo-c-driver-dev \
4345
mongo-c-driver-static \
4446
musl-fts-dev \
45-
ncurses \
47+
ncurses-dev \
4648
ncurses-static \
4749
netcat-openbsd \
4850
openssh \

0 commit comments

Comments
 (0)