You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/common/udev/dist/Dockerfile

18 lines
341 B

# initialize from the image
FROM fedora:25
# update package repositories
RUN dnf update -y
# install tools
RUN dnf install -y cmake make wget
RUN dnf install -y gcc gcc-c++ git make patchutils pkgconfig wget
# install dependencies for Linux packaging
RUN dnf install -y ruby-devel rubygems rpm-build
RUN gem install fpm --no-document