Docker script update for Ubuntu 20.04

This commit is contained in:
Sukchan Lee 2020-04-26 15:04:07 -04:00
parent f0a405f17c
commit 4ceae8857d
26 changed files with 12 additions and 44 deletions

View File

@ -1 +0,0 @@
8

1
docker/debian/buster Symbolic link
View File

@ -0,0 +1 @@
../ubuntu/latest

View File

@ -1,32 +0,0 @@
ARG dist=ubuntu
ARG tag=latest
FROM ${dist}:${tag}
MAINTAINER Sukchan Lee <acetcom@gmail.com>
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
python3-pip \
python3-setuptools \
python3-wheel \
ninja-build \
build-essential \
flex \
bison \
git \
libsctp-dev \
libgnutls28-dev \
libgcrypt-dev \
libssl-dev \
libidn11-dev \
libmongoc-dev \
libbson-dev \
libyaml-dev \
iproute2 \
ca-certificates \
netbase \
pkg-config && \
apt-get clean
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install meson

View File

@ -1 +0,0 @@
../../ubuntu/bionic/dev

View File

@ -1 +0,0 @@
stable

View File

@ -1 +1 @@
buster
../ubuntu/latest

View File

@ -1 +1 @@
buster
../ubuntu/latest

View File

@ -1 +1 @@
buster
../ubuntu/latest

View File

@ -1 +1 @@
30
latest

1
docker/fedora/30 Symbolic link
View File

@ -0,0 +1 @@
latest

View File

@ -1 +0,0 @@
30

1
docker/ubuntu/bionic Symbolic link
View File

@ -0,0 +1 @@
latest

View File

@ -1 +1 @@
bionic
latest

1
docker/ubuntu/focal Symbolic link
View File

@ -0,0 +1 @@
latest

View File

@ -1 +0,0 @@
bionic

View File

@ -6,6 +6,7 @@ MAINTAINER Sukchan Lee <acetcom@gmail.com>
RUN apt-get update && \
apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
python3-pip \
python3-setuptools \
@ -15,6 +16,7 @@ RUN apt-get update && \
flex \
bison \
git \
meson \
libsctp-dev \
libgnutls28-dev \
libgcrypt-dev \
@ -28,4 +30,3 @@ RUN apt-get update && \
netbase \
pkg-config && \
apt-get clean
RUN python3 -m pip install meson

View File

@ -1 +1 @@
bionic
latest