base: support BUILDER_USER, BUILDER_GROUP, and liquidprompt bash

This commit is contained in:
Matt McCormick
2016-07-04 01:28:47 -04:00
parent 4c8658f652
commit 3a96030b23
4 changed files with 32 additions and 5 deletions

View File

@ -30,6 +30,12 @@ RUN apt-get update && apt-get -y install \
xz-utils && \
apt-get -y clean
WORKDIR /usr/share
RUN git clone https://github.com/nojhan/liquidprompt.git && \
cd liquidprompt && \
git checkout v_1.11
COPY imagefiles/.bashrc /root/
# Build and install CMake from source.
WORKDIR /usr/src
RUN git clone git://cmake.org/cmake.git CMake && \