1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/Dockerfile
2018-08-07 11:09:50 -07:00

8 lines
119 B
Docker

FROM library/ubuntu
RUN apt-get update && \
apt-get install -y ca-certificates
COPY gortr /
ENTRYPOINT ["./gortr"]