Skip to content

Commit

Permalink
don't need that anymore then
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed May 31, 2024
1 parent f5b54b1 commit 3d98e62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
####################################################################################################
## Builder
####################################################################################################
FROM alpine:latest AS builder
FROM rust:alpine AS builder

RUN apk add --no-cache musl-dev curl

WORKDIR /intellectual

COPY . .

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init;\
chmod +x rustup-init; \
./rustup-init -y

# Figure out what arch we're on
RUN TARGET=$(uname -m)-unknown-linux-musl; \
# Set environment variables so the build has git info
Expand Down

0 comments on commit 3d98e62

Please sign in to comment.