Skip to content

Commit 5e37496

Browse files
authored
Update for V5.6
1 parent 91ab2be commit 5e37496

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:20.04
22

33
# Enviroment
44
ENV DEBIAN_FRONTEND noninteractive
55

66
# Install dependency
77
RUN set -eux \
88
&& apt-get update -y \
9-
&& apt-get install -y gcc-4.8 \
10-
&& apt-get install -y g++-4.8 \
11-
&& apt-get install -y debhelper libz-dev libsqlite3-dev default-jdk \
12-
default-jre ant tcl rsync zip python3 \
13-
systemd-sysv ubuntu-standard \
9+
&& apt-get install -y debhelper libz-dev default-jdk \
10+
ant tcl rsync zip python3 systemd \
1411
&& apt-get clean all
15-
16-
# Create softlink gcc g++
17-
RUN set -eux \
18-
&& ln -sf /usr/bin/g++-4.8 /usr/bin/g++ \
19-
&& ln -sf /usr/bin/gcc-4.8 /usr/bin/gcc \

0 commit comments

Comments
 (0)