add other OS for docker

This commit is contained in:
Sukchan Lee 2018-02-21 23:20:48 +09:00
parent f5582c97b5
commit c8a65b6b18
19 changed files with 157 additions and 17 deletions

View file

@ -1,30 +0,0 @@
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 \
automake \
libtool \
gcc \
flex \
bison \
git \
libsctp-dev \
libgnutls28-dev \
libgcrypt-dev \
libssl-dev \
libmongoc-dev \
libbson-dev \
libyaml-dev \
build-essential \
iproute2 \
ca-certificates \
netbase \
pkg-config && \
apt-get clean
COPY setup.sh /root