diff options
Diffstat (limited to 'tools/dockerfile/test/cxx_alpine_x64/Dockerfile')
-rw-r--r-- | tools/dockerfile/test/cxx_alpine_x64/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dockerfile/test/cxx_alpine_x64/Dockerfile b/tools/dockerfile/test/cxx_alpine_x64/Dockerfile index 13a0ea1002..8e5403fdfd 100644 --- a/tools/dockerfile/test/cxx_alpine_x64/Dockerfile +++ b/tools/dockerfile/test/cxx_alpine_x64/Dockerfile @@ -26,6 +26,7 @@ RUN apk update && apk add \ gcc \ git \ libtool \ + linux-headers \ make \ perl \ strace \ |