WIP: Initial commit
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM swift:latest
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
|
||||
&& apt-get -q update \
|
||||
&& apt-get -q dist-upgrade -y \
|
||||
&& apt-get install -y \
|
||||
cmake \
|
||||
rustup \
|
||||
tmux
|
||||
|
||||
RUN userdel --remove ubuntu && \
|
||||
rustup default stable && \
|
||||
cargo install --git https://github.com/MordechaiHadad/bob.git && \
|
||||
/root/.cargo/bin/bob install nightly && \
|
||||
/root/.cargo/bin/bob use nightly
|
||||
Reference in New Issue
Block a user