Files
confetti/.woodpecker/Dockerfile
T
2026-06-03 11:48:58 -07:00

6 lines
93 B
Docker

FROM alpine:3.14
RUN apk update
RUN apk install rustup postgresql
RUN rustup install stable