Skip to content

Commit 87ba0ae

Browse files
committed
chore: added missing libs
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent 0e8c7aa commit 87ba0ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ FROM scratch
2020

2121
COPY --from=builder /srv/LICENSE ./
2222
COPY --from=builder /srv/build/kc_validator.so /lib/
23+
COPY --from=builder /usr/lib/*linux-gnu/libcurl* /system/
24+
COPY --from=builder /usr/lib/*linux-gnu/libnghttp3* /system/
25+
COPY --from=builder /usr/lib/*linux-gnu/libnghttp2* /system/
26+
COPY --from=builder /usr/lib/*linux-gnu/librtmp* /system/
27+
COPY --from=builder /usr/lib/*linux-gnu/libssh2* /system/
28+
COPY --from=builder /usr/lib/*linux-gnu/libpsl* /system/
29+
COPY --from=builder /usr/lib/*linux-gnu/libbrot* /system/

0 commit comments

Comments
 (0)