FROM fedora:25

RUN dnf -v -y update && dnf install -y sed findutils glib-networking json-glib libssh openssl && dnf clean all
