re-arrange package between base and dev

This commit is contained in:
Sukchan Lee 2018-02-21 14:11:41 +09:00
parent 2904284405
commit 12d65e92d1
2 changed files with 7 additions and 7 deletions

View File

@ -7,16 +7,12 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
autoconf \
automake \
libtool \
gcc \
flex \
bison \
git \
debhelper \
devscripts \
dh-autoreconf \
dh-systemd \
fakeroot \
libsctp-dev \
libgnutls28-dev \
libgcrypt-dev \
@ -25,9 +21,9 @@ RUN apt-get update && \
libbson-dev \
libyaml-dev \
build-essential \
iproute2 \
ca-certificates \
netbase \
ifupdown \
pkg-config && \
apt-get clean

View File

@ -7,10 +7,14 @@ MAINTAINER Sukchan Lee <acetcom@gmail.com>
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
debhelper \
devscripts \
dh-autoreconf \
dh-systemd \
fakeroot \
cscope \
vim \
sudo \
iproute2 \
iputils-ping \
net-tools && \
apt-get clean