mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
remove dockerfile
This commit is contained in:
parent
0c5b1d3e56
commit
d56fcfccee
11
Dockerfile
11
Dockerfile
|
@ -1,11 +0,0 @@
|
|||
FROM docker.io/ubuntu:latest
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y build-essential binutils-arm-none-eabi curl && \
|
||||
apt-get clean
|
||||
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
|
||||
RUN . "$HOME/.cargo/env" && \
|
||||
rustup component add rust-src
|
||||
|
||||
CMD /bin/bash
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build . -t rustgba-dev
|
||||
docker run --rm --volume $PWD:/build -it --workdir "/build" rustgba-dev
|
Loading…
Reference in a new issue