mirror of
https://github.com/OMGeeky/rust-codespace.git
synced 2026-01-09 20:49:16 +01:00
fix cargo?
This commit is contained in:
9
.devcontainer/Dockerfile
Normal file
9
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
WORKDIR /home/
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN bash ./setup.sh
|
||||
|
||||
ENV PATH="/root/.cargo/bin:$PATH"
|
||||
Reference in New Issue
Block a user