6 lines
106 B
Docker
6 lines
106 B
Docker
FROM git.luke-else.co.uk/luke-else/base:latest
|
|
|
|
RUN apk add --no-cache rust
|
|
|
|
RUN apk add --no-cache cargo
|