Skip to content

Commit 7ec24c8

Browse files
committed
Add in maven dependency and sort dependencies
1 parent 5c9928e commit 7ec24c8

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

Dockerfile

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,32 @@ ENV DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update && \
66
apt-get upgrade -y && \
77
apt-get install -y --no-install-recommends \
8-
software-properties-common \
9-
vim \
8+
apt-transport-https \
9+
apt-utils \
10+
build-essential \
1011
curl \
11-
wget \
12+
dos2unix \
13+
file \
14+
g++ \
15+
gcc \
16+
gettext \
1217
git \
13-
build-essential \
14-
unzip \
15-
apt-transport-https \
16-
python3.8 \
17-
python3-venv \
18-
python3-pip \
19-
python3-setuptools \
20-
python3-dev \
2118
gnupg \
22-
g++ \
2319
make \
24-
gcc \
25-
apt-utils \
20+
maven \
21+
python3-dev \
22+
python3-pip \
23+
python3-setuptools \
24+
python3-venv \
25+
python3.8 \
2626
rsync \
27-
file \
28-
dos2unix \
29-
gettext && \
30-
apt-get clean && \
31-
ln -sf /usr/bin/python3.8 /usr/bin/python && \
32-
ln -sf /usr/bin/pip3 /usr/bin/pip
27+
software-properties-common \
28+
unzip \
29+
vim \
30+
wget && \
31+
apt-get clean && \
32+
ln -sf /usr/bin/python3.8 /usr/bin/python && \
33+
ln -sf /usr/bin/pip3 /usr/bin/pip
3334

3435

3536
ARG CODE_LANGUAGE

0 commit comments

Comments
 (0)