mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-08-28 13:34:20 +00:00
Update Dockerfile to use rust base image
Since debian doesn't ship rustc >= 1.85 yet Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
+1
-10
@@ -1,13 +1,4 @@
|
||||
FROM debian:latest AS build
|
||||
|
||||
# TODO: Add nonnteractive flag for apt
|
||||
|
||||
# Upgrade system
|
||||
RUN apt update
|
||||
RUN apt upgrade -y
|
||||
|
||||
# Install build dependencies
|
||||
RUN apt install rustc -y
|
||||
FROM rust:latest AS build
|
||||
|
||||
# Copy across data
|
||||
RUN mkdir /src
|
||||
|
||||
Reference in New Issue
Block a user