mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
Fix minor mistake in dockerfile
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
FROM rust:alpine AS build
|
||||
WORKDIR /
|
||||
|
||||
RUN rustup target add x86_64-unknown-linux-musl
|
||||
RUN apk add musl-dev
|
||||
|
||||
RUN USER=root cargo new cup
|
||||
|
||||
Reference in New Issue
Block a user