Update Dockerfile

This commit is contained in:
Tindy X 2021-03-24 03:06:55 +08:00
parent 07ba0111a2
commit b1f8643ece
No known key found for this signature in database
GPG Key ID: C6AD413169968D58

View File

@ -17,6 +17,7 @@ RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers c
cd .. && \
git clone https://github.com/PerMalmberg/libcron --depth=1 && \
cd libcron && \
git submodule update --init && \
cmake -DCMAKE_BUILD_TYPE=Release . && \
make libcron -j4 && \
install -m644 libcron/out/Release/liblibcron.a /usr/lib/ && \