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 && \