Switched atomicparsley source repo

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

View File

@ -5,7 +5,7 @@ WORKDIR /root/
RUN apk --update --no-cache add git cmake make gcc g++
RUN git clone https://github.com/wez/atomicparsley atomic && \
RUN git clone https://git.ervine.org/jonny/atomicparsley atomic && \
cd atomic && \
cmake . && cmake --build . --config Release