m/cup
1
0
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:
Sergio
2024-07-09 16:09:04 +03:00
parent 94034360b8
commit 273871702e

View File

@@ -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