gortr/package/Dockerfile
Louis Poinsignon ccb697c700 Packaging GoRTR
* Travis-CI now automatically compiles GoRTR for Linux, Mac OS and Windows
* Version number inserted at build time based on tag
* Packages deb/rpm
* Publishes into GitHub Releases
2019-07-31 12:54:44 -07:00

9 lines
145 B
Docker

FROM ruby
RUN apt-get update && \
apt-get install -y git make rpm golang && \
gem install fpm
WORKDIR /work
ENTRYPOINT [ "/bin/bash" ]