Skip to content

Commit 9281e49

Browse files
authored
Drop libunwind from v1 static builders and include build deps for it to be vendored. (#314)
1 parent 900f7f2 commit 9281e49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static-builder/Dockerfile.v1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ RUN apk add --no-cache \
3030
libmnl-dev \
3131
libmnl-static \
3232
libtool \
33-
libunwind-dev \
34-
libunwind-static \
3533
libuv-dev \
3634
libuv-static \
3735
libpsl-dev \
@@ -58,6 +56,7 @@ RUN apk add --no-cache \
5856
util-linux-dev \
5957
wget \
6058
xz \
59+
xz-static \
6160
yaml-dev \
6261
yaml-static \
6362
zlib-dev \

0 commit comments

Comments
 (0)