8 lines
77 B
Docker
8 lines
77 B
Docker
FROM alpine:latest
|
|
|
|
WORKDIR /opt
|
|
RUN apk add dotnet8-sdk ffmpeg git \
|
|
&&
|
|
|
|
|