Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
lopu committed Sep 5, 2018
1 parent 435aa07 commit cbd2d21
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,53 +127,53 @@ RUN \
make install && \
rm -rf /usr/local/src/node

RUN \
apt-get remove -y \
automake \
autotools-dev \
bsdmainutils \
build-essential \
cmake \
doxygen \
dpkg-dev \
git \
libboost-all-dev \
libc6-dev \
libexpat1-dev \
libgcc-5-dev \
libhwloc-dev \
libibverbs-dev \
libicu-dev \
libltdl-dev \
libncurses5-dev \
libnuma-dev \
libopenmpi-dev \
libpython-dev \
libpython2.7-dev \
libreadline-dev \
libreadline6-dev \
libssl-dev \
libstdc++-5-dev \
libtinfo-dev \
libtool \
linux-libc-dev \
m4 \
make \
manpages \
manpages-dev \
mpi-default-dev \
python-dev \
python2.7-dev \
python3-dev \
&& \
apt-get autoremove -y && \
rm -rf \
/var/lib/apt/lists/* \
/tmp/* \
/var/tmp/* \
/var/cache/* \
/usr/include \
/usr/local/include
# RUN \
# apt-get remove -y \
# automake \
# autotools-dev \
# bsdmainutils \
# build-essential \
# cmake \
# doxygen \
# dpkg-dev \
# git \
# libboost-all-dev \
# libc6-dev \
# libexpat1-dev \
# libgcc-5-dev \
# libhwloc-dev \
# libibverbs-dev \
# libicu-dev \
# libltdl-dev \
# libncurses5-dev \
# libnuma-dev \
# libopenmpi-dev \
# libpython-dev \
# libpython2.7-dev \
# libreadline-dev \
# libreadline6-dev \
# libssl-dev \
# libstdc++-5-dev \
# libtinfo-dev \
# libtool \
# linux-libc-dev \
# m4 \
# make \
# manpages \
# manpages-dev \
# mpi-default-dev \
# python-dev \
# python2.7-dev \
# python3-dev \
# && \
# apt-get autoremove -y && \
# rm -rf \
# /var/lib/apt/lists/* \
# /tmp/* \
# /var/tmp/* \
# /var/cache/* \
# /usr/include \
# /usr/local/include

RUN useradd -s /bin/bash -m -d /var/lib/node node

Expand Down

0 comments on commit cbd2d21

Please sign in to comment.