Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 27, 2024
1 parent b4a7816 commit 6a7bb14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM alpine:latest AS builder
FROM debian:latest AS builder

ARG SIMD=1

# Step 1: Update and install dependencies
RUN apk update && apk upgrade && \
apk add curl gcc g++ musl-dev cmake make
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y curl gcc g++ cmake make

# Step 2: Install Rust
RUN curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly -y
Expand Down

0 comments on commit 6a7bb14

Please sign in to comment.