Added headers

This commit is contained in:
Jonathan Ervine 2020-12-14 13:39:56 +08:00
parent 9e310ca0bc
commit 5180203cbb

View File

@ -3,7 +3,7 @@ LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
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 && \