1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

9 lines
196 B
Docker
Raw Normal View History

FROM ubuntu:bionic as base
WORKDIR /tmp
2020-02-24 07:58:07 -07:00
COPY .tests/install/ubuntu/setup.sh /tmp/init.sh
COPY ./install.sh /tmp/install.sh
2020-02-24 07:58:07 -07:00
RUN bash /tmp/init.sh
# FROM base as install
# RUN bash /tmp/install.sh