mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
9 lines
133 B
Docker
9 lines
133 B
Docker
FROM library/ubuntu
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y ca-certificates
|
|
|
|
COPY gortr /
|
|
COPY cf.pub /
|
|
ENTRYPOINT ["./gortr"]
|