Fix Docker build (#570)

This commit is contained in:
Howard Wu 2023-01-13 21:35:07 +08:00 committed by GitHub
parent c90d7a66db
commit 3813c39253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers c
cd .. && \
git clone https://github.com/ToruNiina/toml11 --depth=1 && \
cd toml11 && \
cmake . && \
cmake -DCMAKE_CXX_STANDARD=11 . && \
make install -j $THREADS && \
cd .. && \
git clone https://github.com/tindy2013/subconverter --depth=1 && \