You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | tee -a /etc/apt/sources.list && apt-get update && \
apt-get install -y \
build-essential \
gcc-5-base \
git \
zlib1g-dev
RUN git clone --recursive https://github.com/edawson/rkmh && \
cd rkmh && git checkout dev && make && cp rkmh /usr/local/bin