This website requires JavaScript.
Explore
Help
Sign In
maximdeclercq
/
rusty-bever
forked from
Chewing_Bever/rusty-bever
Watch
1
Star
0
Fork
You've already forked rusty-bever
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
490dfcf2f2
rusty-bever
/
Dockerfile
5 lines
79 B
Docker
Raw
Normal View
History
Unescape
Escape
fix(compilation): use cross for statically linking against musl
2021-09-08 15:53:48 +02:00
FROM
scratch
Some random stuff tbh
2021-09-05 09:59:16 +02:00
fix(compilation): use cross for statically linking against musl
2021-09-08 15:53:48 +02:00
COPY
target/x86_64-unknown-linux-musl/release/rbd /
RUN
[
"/rbd"
]