Skip to content

Commit ea72839

Browse files
committed
Update ubuntu base in dockerfile
1 parent 40e120d commit ea72839

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
FROM ubuntu:19.10
1+
FROM ubuntu:21.10
22

33
RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
55
build-essential \
66
ffmpeg \
77
git \
8-
libfftw3-dev \
9-
libfftw3-double3 \
10-
libfftw3-long3 \
11-
libfftw3-single3 \
128
openjdk-11-jdk-headless \
139
python3-dev \
1410
python3-pip \

0 commit comments

Comments
 (0)