Lines Matching refs:RUN
3 RUN apt-get update && apt-get install -y cmake git g++
4 RUN apt-get clean
10 RUN ./autogen.sh --clean && ./autogen.sh
11 RUN ./configure --disable-documentation --enable-tests --enable-examples --with-openssl && make ins…
14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins…
19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
22 RUN apt-get clean
28 RUN echo "/usr/local/lib" >>/etc/ld.so.conf.d/usr_local.conf && ldconfig /usr/local/lib
31 RUN adduser --disabled-password --gecos '' $user
32 RUN chown -R $user:$user /home/$user