mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-07 21:18:55 +03:00
5 lines
82 B
Docker
5 lines
82 B
Docker
|
FROM registry.fedoraproject.org/fedora:30
|
||
|
WORKDIR /src
|
||
|
COPY . .
|
||
|
RUN ./ci/build.sh
|