Skip to content

Commit

Permalink
Merge pull request #60 from sandialabs/dev
Browse files Browse the repository at this point in the history
nevermind Dockerfile for now
  • Loading branch information
mrbuche authored Dec 21, 2022
2 parents 1a47414 + ddf611b commit 36c53b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM rust:1.61.0
COPY rust/ polymers/rust/
RUN cargo install --path polymers/rust/
CMD ["/bin/bash"]
FROM ubuntu:22.04
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

0 comments on commit 36c53b0

Please sign in to comment.