6 lines
93 B
Docker
6 lines
93 B
Docker
FROM alpine:3.14
|
|
|
|
RUN apk update
|
|
RUN apk install rustup postgresql
|
|
RUN rustup install stable
|