mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
* 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" ] |