Add dockerfile and build job
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk update
|
||||
RUN apk install rustup postgresql
|
||||
RUN rustup install stable
|
||||
Reference in New Issue
Block a user