1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/udev/dist/Dockerfile
2018-02-26 16:19:33 +01:00

18 lines
341 B
Docker

# 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