dumbo
This commit is contained in:
parent
cd90026a53
commit
f96572981d
@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
build_rust() {
|
||||
docker build --pull -t registry.sivert.pw/build/rust rust
|
||||
docker build --pull -t registry.sivert.pw/build/rust:latest rust
|
||||
}
|
||||
|
||||
push_rust() {
|
||||
docker push registry.sivert.pw/build/rust
|
||||
docker push registry.sivert.pw/build/rust:latest
|
||||
}
|
||||
|
||||
build_and_push_rust() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM archlinux:base-devel
|
||||
|
||||
RUN pacman -Suyy --noconfirm\
|
||||
rustup podman
|
||||
rustup docker
|
||||
RUN rustup toolchain install stable
|
||||
|
||||
CMD [ "bash" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user