Initial Proposal for Docker (#16)

This commit is contained in:
Sukchan Lee 2018-02-20 19:36:34 +09:00
parent 38cccb8a85
commit 9a86d4cb7c
12 changed files with 235 additions and 47 deletions

View file

@ -0,0 +1,33 @@
ARG tag=latest
FROM ubuntu:${tag}
MAINTAINER Sukchan Lee <acetcom@gmail.com>
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
autoconf \
libtool \
gcc \
flex \
bison \
git \
debhelper \
devscripts \
dh-autoreconf \
dh-systemd \
libsctp-dev \
libgnutls28-dev \
libgcrypt-dev \
libssl-dev \
libmongoc-dev \
libbson-dev \
libyaml-dev \
build-essential \
ca-certificates \
netbase \
ifupdown \
pkg-config && \
apt-get clean
COPY nextepc /etc/network/interfaces.d/