ReviewProxy/Dockerfile
2025-02-23 15:10:13 +09:00

8 lines
77 B
Docker

FROM alpine:latest
WORKDIR /opt
RUN apk add dotnet8-sdk ffmpeg git \
&&