github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/build-support/docker/Build-UI-Legacy.dockerfile (about)

     1  FROM ubuntu:bionic
     2  
     3  RUN mkdir -p /consul-src/ui
     4  
     5  RUN apt-get update -y && \
     6      apt-get install --no-install-recommends -y -q \
     7              build-essential \
     8              git \
     9              ruby \
    10              ruby-dev \
    11              zip \
    12              zlib1g-dev && \
    13      gem install bundler -v '1.17.3'
    14  
    15  WORKDIR /consul-src/ui
    16  CMD make dist