From 5180203cbba9d6f093f18d054ec6e377403dd56f Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 14 Dec 2020 13:39:56 +0800 Subject: [PATCH] Added headers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 385e8b7..3bf9ed7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="Jonathan Ervine " WORKDIR /root/ -RUN apk --update --no-cache add git cmake make gcc g++ +RUN apk --update --no-cache add git cmake make gcc g++ linux-headers RUN git clone https://git.ervine.org/jonny/atomicparsley atomic && \ cd atomic && \