mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
ccb697c700
* 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
9 lines
145 B
Docker
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" ] |