From ddf611be1d0f4222c5ac4cbb1b7be87bf4207cdf Mon Sep 17 00:00:00 2001 From: mrbuche Date: Tue, 20 Dec 2022 17:36:03 -0700 Subject: [PATCH] nevermind Dockerfile for now --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b363425..832bb166 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -FROM rust:1.61.0 -COPY rust/ polymers/rust/ -RUN cargo install --path polymers/rust/ -CMD ["/bin/bash"] \ No newline at end of file +FROM ubuntu:22.04 +RUN curl https://sh.rustup.rs -sSf | bash -s -- -y +ENV PATH="/root/.cargo/bin:${PATH}" \ No newline at end of file