This repository has been archived on 2025-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mpd/Dockerfile
Lauri Võsandi fe309577a1
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2023-02-02 07:22:56 +02:00

4 lines
63 B
Docker

FROM alpine
RUN apk add --no-cache mpd
ENTRYPOINT /usr/bin/mpd