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