Skip to content

Commit 37e0f6c

Browse files
author
Brian J. Cardiff
authored
Restore llvm10-dev in alpine images (#80)
1 parent 9b6b534 commit 37e0f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ FROM runtime as build
3131

3232
RUN \
3333
apk add --update --no-cache --force-overwrite \
34-
llvm10-static g++
34+
llvm10-dev llvm10-static g++
3535

3636
CMD ["/bin/sh"]

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN sed -i 's|--list -- "$@"|--list "$@"|' /usr/bin/ldd
4343
# Install dependencies
4444
RUN apk add --no-cache \
4545
# Statically-compiled llvm
46-
llvm10-static \
46+
llvm10-dev llvm10-static \
4747
# Static zlib, libyaml, libxml2, pcre, and libevent
4848
zlib-static yaml-static libxml2-dev pcre-dev libevent-static \
4949
# Build tools

0 commit comments

Comments
 (0)