diff --git a/Dockerfile b/Dockerfile index 1306e616..0f49085d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV RUSTFLAGS="-C target-feature=-crt-static" WORKDIR /app COPY ./ /app -RUN apk add --no-cache musl-dev git +RUN apk add --no-cache musl-dev git cmake RUN cargo build --release --bin stat_server RUN strip /app/target/release/stat_server diff --git a/Dockerfile.cloud b/Dockerfile.cloud index 1d6647f0..97a63ddf 100644 --- a/Dockerfile.cloud +++ b/Dockerfile.cloud @@ -5,7 +5,7 @@ ENV RUSTFLAGS="-C target-feature=-crt-static" WORKDIR /app COPY ./ /app -RUN apk add --no-cache musl-dev git +RUN apk add --no-cache musl-dev git cmake RUN cargo build --release --bin stat_server RUN strip /app/target/release/stat_server