mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 17:01:55 +00:00
7 lines
125 B
Docker
7 lines
125 B
Docker
FROM docker.io/albfan/miraclecast-ci
|
|
|
|
COPY . ./
|
|
|
|
RUN rm -rf build-meson; \
|
|
meson build-meson; \
|
|
ninja -C build-meson
|