1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-05 02:00:24 +08:00

fix(compile): "/usr/local/bin/cmoe": not found

This commit is contained in:
源文雨
2024-04-12 22:55:42 +09:00
parent c1fe6dc3f5
commit 1af15e75fe
2 changed files with 10 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ COPY ./CMakeLists.txt .
RUN mkdir build \
&& cd build \
&& cmake .. \
&& cmake -DBUILD=docker .. \
&& make install
FROM alpine:latest