File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed
Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,32 @@ ENV DEBIAN_FRONTEND=noninteractive
55RUN 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
3536ARG CODE_LANGUAGE
You can’t perform that action at this time.
0 commit comments