File tree Expand file tree Collapse file tree 1 file changed +13
-35
lines changed Expand file tree Collapse file tree 1 file changed +13
-35
lines changed Original file line number Diff line number Diff line change 1
1
# This is an image used to compile and test Dark. Later, we will use this to
2
2
# create another dockerfile to deploy.
3
3
4
- FROM ubuntu:17.10
4
+ FROM ubuntu:18.04
5
5
6
6
ENV FORCE_BUILD 1
7
7
@@ -18,7 +18,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
18
18
curl \
19
19
apt-transport-https \
20
20
ca-certificates \
21
- lsb-core
21
+ lsb-core \
22
+ gnupg
22
23
23
24
# Latest NPM (taken from https://deb.nodesource.com/setup_8.x )
24
25
RUN curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
@@ -54,50 +55,27 @@ RUN DEBIAN_FRONTEND=noninteractive \
54
55
apt install \
55
56
--no-install-recommends \
56
57
-y \
57
- software-properties-common=0.96.24.17 \
58
- python3.6=3.6.3-1ubuntu1 \
59
- make=4.1-9.1 \
60
- m4=1.4.18-1 \
61
- rsync=3.1.2-2ubuntu0.2 \
62
- git=1:2.14.1-1ubuntu4 \
63
- wget=1.19.1-3ubuntu1.2 \
64
- sudo=1.8.20p2-1ubuntu1 \
65
- locales=2.26-0ubuntu2.1 \
66
- expect=5.45-8 \
58
+ make \
59
+ m4 \
60
+ rsync \
61
+ git \
62
+ wget \
63
+ sudo \
64
+ locales \
65
+ expect \
67
66
tcl8.6 \
68
- libev-dev=1:4.22-1 \
69
- libgmp-dev=2:6.1.2+dfsg-1 \
70
- pkg-config=0.29.1-0ubuntu2 \
67
+ libgmp-dev \
68
+ pkg-config \
71
69
libcurl4-gnutls-dev \
72
- python-software-properties=0.96.24.17 \
73
- libpq-dev=9.6.9-0ubuntu0.17.10 \
74
- postgresql-9.6=9.6.9-0ubuntu0.17.10 \
75
- postgresql-client-9.6=9.6.9-0ubuntu0.17.10 \
76
- postgresql-contrib-9.6=9.6.9-0ubuntu0.17.10 \
77
- chromium-browser \
78
- firefox \
79
- gnupg \
80
- nodejs \
81
- google-chrome-stable \
82
- dnsmasq \
83
- cron \
84
70
google-cloud-sdk \
85
71
jq \
86
72
vim \
87
73
dnsutils \
88
- docker-ce \
89
74
unzip \
90
75
build-essential \
91
76
ruby \
92
77
kubectl \
93
- python3-pip \
94
- libsodium-dev \
95
78
gcc \
96
- python-dev \
97
- python-setuptools \
98
- pgcli \
99
- xvfb \
100
- ffmpeg \
101
79
tmux \
102
80
&& apt clean \
103
81
&& rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments